#C8A966

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

Shades of Laser #C8A966

Tints of Laser #C8A966

Color information

#C8A966 (or 0xC8A966) is unknown color: approx Laser. HEX triplet: C8, A9 and 66. RGB value is (200,169,102). Sum of RGB (Red+Green+Blue) = 200+169+102=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A966 is #375699. Grayscale: #AAAAAA. Windows color (decimal): -3626650 or 6728136. OLE color: 6728136.

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

Color convert

RGB200169102-
CMYK00.160.490.22
HSL41.02º47.12%59.22%-
HSV(B)41.02º49%78.43%-
XYZ40.4141.6118.47-
YUV170.6389.27148.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 102 (40.23% from 255) = 21.66%
R=42.46%
G=35.88%
B=21.66%

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
Decimal20016910200.160.490.2241.0247.1259.22
HexC8A9660103116292f3b
Octal3102511460206126515773
Binary1100100010101001110011001000011000110110101001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A966; }

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

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

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

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

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

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

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

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