#C4CEB7

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

Shades of Pale Leaf #C4CEB7

Tints of Pale Leaf #C4CEB7

Color information

#C4CEB7 (or 0xC4CEB7) is unknown color: approx Pale Leaf. HEX triplet: C4, CE and B7. RGB value is (196,206,183). Sum of RGB (Red+Green+Blue) = 196+206+183=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEB7 is #3B3148. Grayscale: #C8C8C8. Windows color (decimal): -3879241 or 12046020. OLE color: 12046020.

HSL color Cylindrical-coordinate representation of color #C4CEB7: hue angle of 86.09º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CEB7 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB196206183-
CMYK0.0500.110.19
HSL86.09º19.01%76.27%-
HSV(B)86.09º11.17%80.78%-
XYZ53.3859.353.43-
YUV200.39118.19124.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 183 (71.88% from 255) = 31.28%
R=33.50%
G=35.21%
B=31.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962061830.0500.110.1986.0919.0176.27
HexC4CEB750B1356134c
Octal30431626750132312623114
Binary11000100110011101011011110101011100111010110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEB7; }

 p { color: rgb(196,206,183); }

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

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

 a { background-color: rgb(196,206,183); }

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

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

 span { border-color: rgb(196,206,183); }

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