#C5B169

Color #C5B169 Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #C5B169

Tints of Laser #C5B169

Color information

#C5B169 (or 0xC5B169) is unknown color: approx Laser. HEX triplet: C5, B1 and 69. RGB value is (197,177,105). Sum of RGB (Red+Green+Blue) = 197+177+105=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B169 is #3A4E96. Grayscale: #AFAFAF. Windows color (decimal): -3821207 or 6926789. OLE color: 6926789.

HSL color Cylindrical-coordinate representation of color #C5B169: hue angle of 46.96º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5B169 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB197177105-
CMYK00.100.470.23
HSL46.96º44.23%59.22%-
HSV(B)46.96º46.7%77.25%-
XYZ41.344.3319.75-
YUV174.7788.63143.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=41.13%
G=36.95%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717710500.100.470.2346.9644.2359.22
HexC5B1690A2F172f2c3b
Octal3052611510125727575473
Binary110001011011000111010010101010111110111101111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B169; }

 p { color: rgb(197,177,105); }

 H1.HeaderClassName
 {
   color: #C5B169;
 }
 .AnyTagClassName
 {
   color: #C5B169;
 }
</style>
background-color css

<style>
 a { background-color: #C5B169; }

 a { background-color: rgb(197,177,105); }

 div.DivClassName
 {
   background-color: #C5B169;
 }
 .BgClassName
 {
   background-color: #C5B169;
 }
</style>
border-color css

<style>
 span { border-color: #C5B169; }

 span { border-color: rgb(197,177,105); }

 td.TdClassName
 {
   border-color: #C5B169;
 }
 .TagClassName
 {
   border-color: #C5B169;
 }
</style>