#C8A566

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

Shades of Laser #C8A566

Tints of Laser #C8A566

Color information

#C8A566 (or 0xC8A566) is unknown color: approx Laser. HEX triplet: C8, A5 and 66. RGB value is (200,165,102). Sum of RGB (Red+Green+Blue) = 200+165+102=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A566 is #375A99. Grayscale: #A8A8A8. Windows color (decimal): -3627674 or 6727112. OLE color: 6727112.

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

Color convert

RGB200165102-
CMYK00.180.490.22
HSL38.57º47.12%59.22%-
HSV(B)38.57º49%78.43%-
XYZ39.6740.1518.23-
YUV168.2890.6150.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=42.83%
G=35.33%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016510200.180.490.2238.5747.1259.22
HexC8A5660123116272f3b
Octal3102451460226126475773
Binary1100100010100101110011001001011000110110100111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A566; }

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

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

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

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

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

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

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

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