#C0DFCA

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

Shades of Granny Apple #C0DFCA

Tints of Granny Apple #C0DFCA

Color information

#C0DFCA (or 0xC0DFCA) is unknown color: approx Granny Apple. HEX triplet: C0, DF and CA. RGB value is (192,223,202). Sum of RGB (Red+Green+Blue) = 192+223+202=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFCA is #3F2035. Grayscale: #D3D3D3. Windows color (decimal): -4137014 or 13295552. OLE color: 13295552.

HSL color Cylindrical-coordinate representation of color #C0DFCA: hue angle of 139.35º 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 #C0DFCA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB192223202-
CMYK0.1400.090.13
HSL139.35º32.63%81.37%-
HSV(B)139.35º13.9%87.45%-
XYZ58.7968.2565.95-
YUV211.34122.73114.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=31.12%
G=36.14%
B=32.74%

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
Decimal1922232020.1400.090.13139.3532.6381.37
HexC0DFCAE09D8b2151
Octal300337312160111521341121
Binary1100000011011111110010101110010011101100010111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFCA; }

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

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

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

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

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

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

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

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