#C0DDCB

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

Shades of Granny Apple #C0DDCB

Tints of Granny Apple #C0DDCB

Color information

#C0DDCB (or 0xC0DDCB) is unknown color: approx Granny Apple. HEX triplet: C0, DD and CB. RGB value is (192,221,203). Sum of RGB (Red+Green+Blue) = 192+221+203=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDCB is #3F2234. Grayscale: #D2D2D2. Windows color (decimal): -4137525 or 13360576. OLE color: 13360576.

HSL color Cylindrical-coordinate representation of color #C0DDCB: hue angle of 142.76º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDCB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB192221203-
CMYK0.1300.080.13
HSL142.76º29.9%80.98%-
HSV(B)142.76º13.12%86.67%-
XYZ58.3767.2366.4-
YUV210.28123.89114.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=31.17%
G=35.88%
B=32.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922212030.1300.080.13142.7629.980.98
HexC0DDCBD08D8f1e51
Octal300335313150101521736121
Binary110000001101110111001011110101000110110001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDCB; }

 p { color: rgb(192,221,203); }

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

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

 a { background-color: rgb(192,221,203); }

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

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

 span { border-color: rgb(192,221,203); }

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