Html Css Color HEX #C0E7CA Granny Apple

📋 copy color: '#C0E7CA'

red 192 ◦ green 231 ◦ blue 202

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

Shades of Granny Apple #C0E7CA

Tints of Granny Apple #C0E7CA

RGB

 RED value IS 192 (75.39% from 255) = 30.72%

 GREEN value IS 231 (90.63% from 255) = 36.96%

 BLUE value IS 202 (79.3% from 255) = 32.32%

R = 30.72%
G = 36.96%
B = 32.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#C0E7CA (or 0xC0E7CA) is known color: Granny Apple. HEX triplet: C0, E7 and CA. RGB value is (192,231,202). Sum of RGB (Red+Green+Blue) = 192+231+202=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E7CA is #3F1835. Grayscale: #D8D8D8. Windows color (decimal): -4134966 or 13297600. OLE color: 13297600.

HSL color Cylindrical-coordinate representation of color #C0E7CA: hue angle of 135.38º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E7CA is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 231 202 -
CMYK 0.17 0 0.13 0.09
HSL 135.38º 0.45% 0.83% -
HSV(B) 135.38º 0.17% 0.91% -
XYZ 60.97 72.62 66.68 -
YUV 216.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 192 231 202 0.17 0 0.13 0.09 135.38 0.45 0.83
Hex C0 E7 CA 11 0 D 9 87 2D 53
Octal 300 347 312 21 0 15 11 207 55 123
Binary 11000000 11100111 11001010 10001 0 1101 1001 10000111 101101 1010011

Color Harmonies of #C0E7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E7CA

Black with #C0E7CA

Text Example


Text Example

White with #C0E7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E7CA; }

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

 H1.HeaderClassName
 {
   color: #C0E7CA;
 }
 .AnyTagClassName
 {
   color: #C0E7CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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