Html Css Color HEX #C0E2CA Granny Apple

📋 copy color: '#C0E2CA'

red 192 ◦ green 226 ◦ blue 202

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

Shades of Granny Apple #C0E2CA

Tints of Granny Apple #C0E2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.45%

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

R = 30.97%
G = 36.45%
B = 32.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#C0E2CA (or 0xC0E2CA) is known color: Granny Apple. HEX triplet: C0, E2 and CA. RGB value is (192,226,202). Sum of RGB (Red+Green+Blue) = 192+226+202=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E2CA is #3F1D35. Grayscale: #D5D5D5. Windows color (decimal): -4136246 or 13296320. OLE color: 13296320.

HSL color Cylindrical-coordinate representation of color #C0E2CA: hue angle of 137.65º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E2CA is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 226 202 -
CMYK 0.15 0 0.11 0.11
HSL 137.65º 0.37% 0.82% -
HSV(B) 137.65º 0.15% 0.89% -
XYZ 59.6 69.86 66.22 -
YUV 213.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 192 226 202 0.15 0 0.11 0.11 137.65 0.37 0.82
Hex C0 E2 CA F 0 B B 8A 25 52
Octal 300 342 312 17 0 13 13 212 45 122
Binary 11000000 11100010 11001010 1111 0 1011 1011 10001010 100101 1010010

Color Harmonies of #C0E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E2CA

Black with #C0E2CA

Text Example


Text Example

White with #C0E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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