#C8A666

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

Shades of Laser #C8A666

Tints of Laser #C8A666

Color information

#C8A666 (or 0xC8A666) is unknown color: approx Laser. HEX triplet: C8, A6 and 66. RGB value is (200,166,102). Sum of RGB (Red+Green+Blue) = 200+166+102=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A666 is #375999. Grayscale: #A9A9A9. Windows color (decimal): -3627418 or 6727368. OLE color: 6727368.

HSL color Cylindrical-coordinate representation of color #C8A666: hue angle of 39.18º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8A666 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200166102-
CMYK00.170.490.22
HSL39.18º47.12%59.22%-
HSV(B)39.18º49%78.43%-
XYZ39.8540.5118.29-
YUV168.8790.26150.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=42.74%
G=35.47%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016610200.170.490.2239.1847.1259.22
HexC8A6660113116272f3b
Octal3102461460216126475773
Binary1100100010100110110011001000111000110110100111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A666; }

 p { color: rgb(200,166,102); }

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

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

 a { background-color: rgb(200,166,102); }

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

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

 span { border-color: rgb(200,166,102); }

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