#C8AF66

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

Shades of Laser #C8AF66

Tints of Laser #C8AF66

Color information

#C8AF66 (or 0xC8AF66) is unknown color: approx Laser. HEX triplet: C8, AF and 66. RGB value is (200,175,102). Sum of RGB (Red+Green+Blue) = 200+175+102=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF66 is #375099. Grayscale: #AEAEAE. Windows color (decimal): -3625114 or 6729672. OLE color: 6729672.

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

Color convert

RGB200175102-
CMYK00.120.490.22
HSL44.69º47.12%59.22%-
HSV(B)44.69º49%78.43%-
XYZ41.5543.918.85-
YUV174.1587.28146.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=41.93%
G=36.69%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017510200.120.490.2244.6947.1259.22
HexC8AF660C31162d2f3b
Octal3102571460146126555773
Binary110010001010111111001100110011000110110101101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF66; }

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

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

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

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

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

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

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

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