#C4B166

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

Shades of Laser #C4B166

Tints of Laser #C4B166

Color information

#C4B166 (or 0xC4B166) is unknown color: approx Laser. HEX triplet: C4, B1 and 66. RGB value is (196,177,102). Sum of RGB (Red+Green+Blue) = 196+177+102=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B166 is #3B4E99. Grayscale: #AEAEAE. Windows color (decimal): -3886746 or 6730180. OLE color: 6730180.

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

Color convert

RGB196177102-
CMYK00.100.480.23
HSL47.87º44.34%58.43%-
HSV(B)47.87º47.96%76.86%-
XYZ40.8944.1418.94-
YUV174.1387.29143.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=41.26%
G=37.26%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617710200.100.480.2347.8744.3458.43
HexC4B1660A3017302c3a
Octal3042611460126027605472
Binary110001001011000111001100101011000010111110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B166; }

 p { color: rgb(196,177,102); }

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

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

 a { background-color: rgb(196,177,102); }

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

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

 span { border-color: rgb(196,177,102); }

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