#C8C68C

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

Shades of Deco #C8C68C

Tints of Deco #C8C68C

Color information

#C8C68C (or 0xC8C68C) is unknown color: approx Deco. HEX triplet: C8, C6 and 8C. RGB value is (200,198,140). Sum of RGB (Red+Green+Blue) = 200+198+140=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C68C is #373973. Grayscale: #C0C0C0. Windows color (decimal): -3619188 or 9225928. OLE color: 9225928.

HSL color Cylindrical-coordinate representation of color #C8C68C: hue angle of 58º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8C68C is Cyan = 0, Magento = 0.01, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB200198140-
CMYK00.010.30.22
HSL58º35.29%66.67%-
HSV(B)58º30%78.43%-
XYZ48.7554.5632.77-
YUV191.9998.66133.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=37.17%
G=36.80%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019814000.010.30.225835.2966.67
HexC8C68C011E163a2343
Octal3103062140136267243103
Binary1100100011000110100011000111110101101110101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C68C; }

 p { color: rgb(200,198,140); }

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

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

 a { background-color: rgb(200,198,140); }

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

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

 span { border-color: rgb(200,198,140); }

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