Html Css Color HEX #C5E0CB Granny Apple

📋 copy color: '#C5E0CB'

red 197 ◦ green 224 ◦ blue 203

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

Shades of Granny Apple #C5E0CB

Tints of Granny Apple #C5E0CB

RGB

 RED value IS 197 (77.34% from 255) = 31.57%

 GREEN value IS 224 (87.89% from 255) = 35.9%

 BLUE value IS 203 (79.69% from 255) = 32.53%

R = 31.57%
G = 35.9%
B = 32.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#C5E0CB (or 0xC5E0CB) is known color: Granny Apple. HEX triplet: C5, E0 and CB. RGB value is (197,224,203). Sum of RGB (Red+Green+Blue) = 197+224+203=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E0CB is #3A1F34. Grayscale: #D5D5D5. Windows color (decimal): -3809077 or 13361349. OLE color: 13361349.

HSL color Cylindrical-coordinate representation of color #C5E0CB: hue angle of 133.33º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5E0CB is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 224 203 -
CMYK 0.12 0 0.09 0.12
HSL 133.33º 0.3% 0.83% -
HSV(B) 133.33º 0.12% 0.88% -
XYZ 60.46 69.49 66.73 -
YUV 213.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 197 224 203 0.12 0 0.09 0.12 133.33 0.3 0.83
Hex C5 E0 CB C 0 9 C 85 1E 53
Octal 305 340 313 14 0 11 14 205 36 123
Binary 11000101 11100000 11001011 1100 0 1001 1100 10000101 11110 1010011

Color Harmonies of #C5E0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E0CB

Black with #C5E0CB

Text Example


Text Example

White with #C5E0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E0CB; }

 p { color: rgb(197,224,203); }

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

background-color css

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

 a { background-color: rgb(197,224,203); }

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

border-color css

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

 span { border-color: rgb(197,224,203); }

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