#C2CBB3

Color #C2CBB3 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C2CBB3

Tints of Pale Leaf #C2CBB3

Color information

#C2CBB3 (or 0xC2CBB3) is unknown color: approx Pale Leaf. HEX triplet: C2, CB and B3. RGB value is (194,203,179). Sum of RGB (Red+Green+Blue) = 194+203+179=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBB3 is #3D344C. Grayscale: #C5C5C5. Windows color (decimal): -4011085 or 11783106. OLE color: 11783106.

HSL color Cylindrical-coordinate representation of color #C2CBB3: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CBB3 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB194203179-
CMYK0.0400.120.20
HSL82.5º18.75%74.9%-
HSV(B)82.5º11.82%79.61%-
XYZ51.7457.4451.01-
YUV197.57117.52125.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 179 (70.31% from 255) = 31.08%
R=33.68%
G=35.24%
B=31.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942031790.0400.120.2082.518.7574.9
HexC2CBB340C1452134b
Octal30231326340142412223113
Binary11000010110010111011001110001100101001010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CBB3; }

 p { color: rgb(194,203,179); }

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

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

 a { background-color: rgb(194,203,179); }

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

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

 span { border-color: rgb(194,203,179); }

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