#C0DFCB

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

Shades of Granny Apple #C0DFCB

Tints of Granny Apple #C0DFCB

Color information

#C0DFCB (or 0xC0DFCB) is unknown color: approx Granny Apple. HEX triplet: C0, DF and CB. RGB value is (192,223,203). Sum of RGB (Red+Green+Blue) = 192+223+203=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFCB is #3F2034. Grayscale: #D3D3D3. Windows color (decimal): -4137013 or 13361088. OLE color: 13361088.

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

Color convert

RGB192223203-
CMYK0.1400.090.13
HSL141.29º32.63%81.37%-
HSV(B)141.29º13.9%87.45%-
XYZ58.9168.2966.58-
YUV211.45123.23114.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=31.07%
G=36.08%
B=32.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922232030.1400.090.13141.2932.6381.37
HexC0DFCBE09D8d2151
Octal300337313160111521541121
Binary1100000011011111110010111110010011101100011011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFCB; }

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

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

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

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

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

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

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

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