Html Css Color HEX #C0DFCA Granny Apple

📋 copy color: '#C0DFCA'

red 192 ◦ green 223 ◦ blue 202

#C0DFCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #C0DFCA

Tints of Granny Apple #C0DFCA

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.3% from 255) = 32.74%

R = 31.12%
G = 36.14%
B = 32.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#C0DFCA (or 0xC0DFCA) is known color: 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

RGB 192 223 202 -
CMYK 0.14 0 0.09 0.13
HSL 139.35º 0.33% 0.81% -
HSV(B) 139.35º 0.14% 0.87% -
XYZ 58.79 68.25 65.95 -
YUV 211.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 192 223 202 0.14 0 0.09 0.13 139.35 0.33 0.81
Hex C0 DF CA E 0 9 D 8B 21 51
Octal 300 337 312 16 0 11 15 213 41 121
Binary 11000000 11011111 11001010 1110 0 1001 1101 10001011 100001 1010001

Color Harmonies of #C0DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFCA

Black with #C0DFCA

Text Example


Text Example

White with #C0DFCA

Text Example


Text Example

HTML Codes & Css Web 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>