#C0DBCA

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

Shades of Granny Apple #C0DBCA

Tints of Granny Apple #C0DBCA

Color information

#C0DBCA (or 0xC0DBCA) is unknown color: approx Granny Apple. HEX triplet: C0, DB and CA. RGB value is (192,219,202). Sum of RGB (Red+Green+Blue) = 192+219+202=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBCA is #3F2435. Grayscale: #D1D1D1. Windows color (decimal): -4138038 or 13294528. OLE color: 13294528.

HSL color Cylindrical-coordinate representation of color #C0DBCA: hue angle of 142.22º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DBCA is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB192219202-
CMYK0.1200.080.14
HSL142.22º27.27%80.59%-
HSV(B)142.22º12.33%85.88%-
XYZ57.7366.1365.6-
YUV208.99124.05115.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.32%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=31.32%
G=35.73%
B=32.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922192020.1200.080.14142.2227.2780.59
HexC0DBCAC08E8e1b51
Octal300333312140101621633121
Binary110000001101101111001010110001000111010001110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBCA; }

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

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

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

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

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

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

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

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