#C3DCCB

Color #C3DCCB Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C3DCCB

Tints of Granny Apple #C3DCCB

Color information

#C3DCCB (or 0xC3DCCB) is unknown color: approx Granny Apple. HEX triplet: C3, DC and CB. RGB value is (195,220,203). Sum of RGB (Red+Green+Blue) = 195+220+203=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCCB is #3C2334. Grayscale: #D2D2D2. Windows color (decimal): -3941173 or 13360323. OLE color: 13360323.

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

Color convert

RGB195220203-
CMYK0.1100.080.14
HSL139.2º26.32%81.37%-
HSV(B)139.2º11.36%86.27%-
XYZ58.8867.166.35-
YUV210.59123.72116.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=31.55%
G=35.60%
B=32.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952202030.1100.080.14139.226.3281.37
HexC3DCCBB08E8b1a51
Octal303334313130101621332121
Binary110000111101110011001011101101000111010001011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCCB; }

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

 H1.HeaderClassName
 {
   color: #C3DCCB;
 }
 .AnyTagClassName
 {
   color: #C3DCCB;
 }
</style>
background-color css

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

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

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

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

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

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