Html Css Color HEX #C0DFCB Granny Apple

📋 copy color: '#C0DFCB'

red 192 ◦ green 223 ◦ blue 203

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

Shades of Granny Apple #C0DFCB

Tints of Granny Apple #C0DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

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

R = 31.07%
G = 36.08%
B = 32.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#C0DFCB (or 0xC0DFCB) is known color: Granny Apple. HEX triplet: C0, DF and CB. RGB value is (192,223,203). Sum of RGB (Red+Green+Blue) = 192+223+203=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFCB is #3F2034. Grayscale: #D3D3D3. Windows color (decimal): -4137013 or 13361088. OLE color: 13361088.

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

Color convert

RGB 192 223 203 -
CMYK 0.14 0 0.09 0.13
HSL 141.29º 0.33% 0.81% -
HSV(B) 141.29º 0.14% 0.87% -
XYZ 58.91 68.29 66.58 -
YUV 211.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 192 223 203 0.14 0 0.09 0.13 141.29 0.33 0.81
Hex C0 DF CB E 0 9 D 8D 21 51
Octal 300 337 313 16 0 11 15 215 41 121
Binary 11000000 11011111 11001011 1110 0 1001 1101 10001101 100001 1010001

Color Harmonies of #C0DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFCB

Black with #C0DFCB

Text Example


Text Example

White with #C0DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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