#c8cf8a

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

Shades of Deco #C8CF8A

Tints of Deco #C8CF8A

Color information

#C8CF8A (or 0xC8CF8A) is unknown color: approx Deco. HEX triplet: C8, CF and 8A. RGB value is (200,207,138). Sum of RGB (Red+Green+Blue) = 200+207+138=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CF8A is #373075. Grayscale: #C5C5C5. Windows color (decimal): -3616886 or 9097160. OLE color: 9097160.

HSL color Cylindrical-coordinate representation of color #C8CF8A: hue angle of 66.09º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8CF8A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB200207138-
CMYK0.0300.330.19
HSL66.09º41.82%67.65%-
HSV(B)66.09º33.33%81.18%-
XYZ50.7258.7432.71-
YUV197.0494.68130.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=36.70%
G=37.98%
B=25.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002071380.0300.330.1966.0941.8267.65
HexC8CF8A302113422a44
Octal31031721230412310252104
Binary1100100011001111100010101101000011001110000101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8cf8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8cf8a; }

 p { color: rgb(200,207,138); }

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

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

 a { background-color: rgb(200,207,138); }

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

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

 span { border-color: rgb(200,207,138); }

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