#C4CBB5

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

Shades of Pale Leaf #C4CBB5

Tints of Pale Leaf #C4CBB5

Color information

#C4CBB5 (or 0xC4CBB5) is unknown color: approx Pale Leaf. HEX triplet: C4, CB and B5. RGB value is (196,203,181). Sum of RGB (Red+Green+Blue) = 196+203+181=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBB5 is #3B344A. Grayscale: #C6C6C6. Windows color (decimal): -3880011 or 11914180. OLE color: 11914180.

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

Color convert

RGB196203181-
CMYK0.0300.110.20
HSL79.09º17.46%75.29%-
HSV(B)79.09º10.84%79.61%-
XYZ52.4657.7852.1-
YUV198.4118.18126.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.79%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 181 (71.09% from 255) = 31.21%
R=33.79%
G=35%
B=31.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031810.0300.110.2079.0917.4675.29
HexC4CBB530B144f114b
Octal30431326530132411721113
Binary1100010011001011101101011101011101001001111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBB5; }

 p { color: rgb(196,203,181); }

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

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

 a { background-color: rgb(196,203,181); }

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

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

 span { border-color: rgb(196,203,181); }

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