#C8A866

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

Shades of Laser #C8A866

Tints of Laser #C8A866

Color information

#C8A866 (or 0xC8A866) is unknown color: approx Laser. HEX triplet: C8, A8 and 66. RGB value is (200,168,102). Sum of RGB (Red+Green+Blue) = 200+168+102=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A866 is #375799. Grayscale: #AAAAAA. Windows color (decimal): -3626906 or 6727880. OLE color: 6727880.

HSL color Cylindrical-coordinate representation of color #C8A866: hue angle of 40.41º 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 #C8A866 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200168102-
CMYK00.160.490.22
HSL40.41º47.12%59.22%-
HSV(B)40.41º49%78.43%-
XYZ40.2241.2418.41-
YUV170.0489.6149.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=42.55%
G=35.74%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016810200.160.490.2240.4147.1259.22
HexC8A8660103116282f3b
Octal3102501460206126505773
Binary1100100010101000110011001000011000110110101000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A866; }

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

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

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

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

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

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

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

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