#C4CCB2

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

Shades of Pale Leaf #C4CCB2

Tints of Pale Leaf #C4CCB2

Color information

#C4CCB2 (or 0xC4CCB2) is unknown color: approx Pale Leaf. HEX triplet: C4, CC and B2. RGB value is (196,204,178). Sum of RGB (Red+Green+Blue) = 196+204+178=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCB2 is #3B334D. Grayscale: #C6C6C6. Windows color (decimal): -3879758 or 11717828. OLE color: 11717828.

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

Color convert

RGB196204178-
CMYK0.0400.130.2
HSL78.46º20.31%74.9%-
HSV(B)78.46º12.75%80%-
XYZ52.3958.1450.58-
YUV198.64116.35126.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.91%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 178 (69.92% from 255) = 30.80%
R=33.91%
G=35.29%
B=30.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041780.0400.130.278.4620.3174.9
HexC4CCB240D144e144b
Octal30431426240152411624113
Binary11000100110011001011001010001101101001001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCB2; }

 p { color: rgb(196,204,178); }

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

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

 a { background-color: rgb(196,204,178); }

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

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

 span { border-color: rgb(196,204,178); }

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