Html Css Color HEX #C0E1C8 Granny Apple

📋 copy color: '#C0E1C8'

red 192 ◦ green 225 ◦ blue 200

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

Shades of Granny Apple #C0E1C8

Tints of Granny Apple #C0E1C8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.47%

 BLUE value IS 200 (78.52% from 255) = 32.41%

R = 31.12%
G = 36.47%
B = 32.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#C0E1C8 (or 0xC0E1C8) is known color: Granny Apple. HEX triplet: C0, E1 and C8. RGB value is (192,225,200). Sum of RGB (Red+Green+Blue) = 192+225+200=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E1C8 is #3F1E37. Grayscale: #D4D4D4. Windows color (decimal): -4136504 or 13164992. OLE color: 13164992.

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

Color convert

RGB 192 225 200 -
CMYK 0.15 0 0.11 0.12
HSL 134.55º 0.35% 0.82% -
HSV(B) 134.55º 0.15% 0.88% -
XYZ 59.09 69.23 64.89 -
YUV 212.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 192 225 200 0.15 0 0.11 0.12 134.55 0.35 0.82
Hex C0 E1 C8 F 0 B C 87 23 52
Octal 300 341 310 17 0 13 14 207 43 122
Binary 11000000 11100001 11001000 1111 0 1011 1100 10000111 100011 1010010

Color Harmonies of #C0E1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1C8

Black with #C0E1C8

Text Example


Text Example

White with #C0E1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1C8; }

 p { color: rgb(192,225,200); }

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

background-color css

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

 a { background-color: rgb(192,225,200); }

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

border-color css

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

 span { border-color: rgb(192,225,200); }

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