#C9A566

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

Shades of Laser #C9A566

Tints of Laser #C9A566

Color information

#C9A566 (or 0xC9A566) is unknown color: approx Laser. HEX triplet: C9, A5 and 66. RGB value is (201,165,102). Sum of RGB (Red+Green+Blue) = 201+165+102=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A566 is #365A99. Grayscale: #A8A8A8. Windows color (decimal): -3562138 or 6727113. OLE color: 6727113.

HSL color Cylindrical-coordinate representation of color #C9A566: hue angle of 38.18º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9A566 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB201165102-
CMYK00.180.490.21
HSL38.18º47.83%59.41%-
HSV(B)38.18º49.25%78.82%-
XYZ39.9440.2918.24-
YUV168.5890.43151.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=42.95%
G=35.26%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116510200.180.490.2138.1847.8359.41
HexC9A566012311526303b
Octal3112451460226125466073
Binary1100100110100101110011001001011000110101100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A566; }

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

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

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

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

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

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

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

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