#C8CD7F

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

Shades of Deco #C8CD7F

Tints of Deco #C8CD7F

Color information

#C8CD7F (or 0xC8CD7F) is unknown color: approx Deco. HEX triplet: C8, CD and 7F. RGB value is (200,205,127). Sum of RGB (Red+Green+Blue) = 200+205+127=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD7F is #373280. Grayscale: #C2C2C2. Windows color (decimal): -3617409 or 8375752. OLE color: 8375752.

HSL color Cylindrical-coordinate representation of color #C8CD7F: hue angle of 63.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8CD7F is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB200205127-
CMYK0.0200.380.20
HSL63.85º43.82%65.1%-
HSV(B)63.85º38.05%80.39%-
XYZ49.4857.4728.56-
YUV194.6189.84131.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 127 (50% from 255) = 23.87%
R=37.59%
G=38.53%
B=23.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002051270.0200.380.2063.8543.8265.1
HexC8CD7F202614402c41
Octal31031517720462410054101
Binary110010001100110111111111001001101010010000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CD7F; }

 p { color: rgb(200,205,127); }

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

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

 a { background-color: rgb(200,205,127); }

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

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

 span { border-color: rgb(200,205,127); }

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