#C4CCB6

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

Shades of Pale Leaf #C4CCB6

Tints of Pale Leaf #C4CCB6

Color information

#C4CCB6 (or 0xC4CCB6) is unknown color: approx Pale Leaf. HEX triplet: C4, CC and B6. RGB value is (196,204,182). Sum of RGB (Red+Green+Blue) = 196+204+182=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCB6 is #3B3349. Grayscale: #C7C7C7. Windows color (decimal): -3879754 or 11979972. OLE color: 11979972.

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

Color convert

RGB196204182-
CMYK0.0400.110.2
HSL81.82º17.74%75.69%-
HSV(B)81.82º10.78%80%-
XYZ52.858.352.73-
YUV199.1118.35125.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.68%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=33.68%
G=35.05%
B=31.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041820.0400.110.281.8217.7475.69
HexC4CCB640B1452124c
Octal30431426640132412222114
Binary11000100110011001011011010001011101001010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCB6; }

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

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

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

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

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

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

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

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