#C8AD66

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

Shades of Laser #C8AD66

Tints of Laser #C8AD66

Color information

#C8AD66 (or 0xC8AD66) is unknown color: approx Laser. HEX triplet: C8, AD and 66. RGB value is (200,173,102). Sum of RGB (Red+Green+Blue) = 200+173+102=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD66 is #375299. Grayscale: #ADADAD. Windows color (decimal): -3625626 or 6729160. OLE color: 6729160.

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

Color convert

RGB200173102-
CMYK00.140.490.22
HSL43.47º47.12%59.22%-
HSV(B)43.47º49%78.43%-
XYZ41.1643.1318.73-
YUV172.9887.95147.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=42.11%
G=36.42%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017310200.140.490.2243.4747.1259.22
HexC8AD660E31162b2f3b
Octal3102551460166126535773
Binary110010001010110111001100111011000110110101011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AD66; }

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

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

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

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

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

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

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

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