#C8D272

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

Shades of Deco #C8D272

Tints of Deco #C8D272

Color information

#C8D272 (or 0xC8D272) is unknown color: approx Deco. HEX triplet: C8, D2 and 72. RGB value is (200,210,114). Sum of RGB (Red+Green+Blue) = 200+210+114=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D272 is #372D8D. Grayscale: #C4C4C4. Windows color (decimal): -3616142 or 7525064. OLE color: 7525064.

HSL color Cylindrical-coordinate representation of color #C8D272: hue angle of 66.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8D272 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB200210114-
CMYK0.0500.460.18
HSL66.25º51.61%63.53%-
HSV(B)66.25º45.71%82.35%-
XYZ49.959.5924.79-
YUV196.0781.69130.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 114 (44.92% from 255) = 21.76%
R=38.17%
G=40.08%
B=21.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002101140.0500.460.1866.2551.6163.53
HexC8D272502E12423440
Octal31032216250562210264100
Binary1100100011010010111001010101011101001010000101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D272; }

 p { color: rgb(200,210,114); }

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

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

 a { background-color: rgb(200,210,114); }

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

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

 span { border-color: rgb(200,210,114); }

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