Html Css Color HEX #C0DCCB Granny Apple

📋 copy color: '#C0DCCB'

red 192 ◦ green 220 ◦ blue 203

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

Shades of Granny Apple #C0DCCB

Tints of Granny Apple #C0DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.77%

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

R = 31.22%
G = 35.77%
B = 33.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#C0DCCB (or 0xC0DCCB) is known color: Granny Apple. HEX triplet: C0, DC and CB. RGB value is (192,220,203). Sum of RGB (Red+Green+Blue) = 192+220+203=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCCB is #3F2334. Grayscale: #D1D1D1. Windows color (decimal): -4137781 or 13360320. OLE color: 13360320.

HSL color Cylindrical-coordinate representation of color #C0DCCB: hue angle of 143.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DCCB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 220 203 -
CMYK 0.13 0 0.08 0.14
HSL 143.57º 0.29% 0.81% -
HSV(B) 143.57º 0.13% 0.86% -
XYZ 58.11 66.7 66.31 -
YUV 209.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 192 220 203 0.13 0 0.08 0.14 143.57 0.29 0.81
Hex C0 DC CB D 0 8 E 90 1D 51
Octal 300 334 313 15 0 10 16 220 35 121
Binary 11000000 11011100 11001011 1101 0 1000 1110 10010000 11101 1010001

Color Harmonies of #C0DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DCCB

Black with #C0DCCB

Text Example


Text Example

White with #C0DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DCCB; }

 p { color: rgb(192,220,203); }

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

background-color css

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

 a { background-color: rgb(192,220,203); }

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

border-color css

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

 span { border-color: rgb(192,220,203); }

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