#C3CEB4

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

Shades of Pale Leaf #C3CEB4

Tints of Pale Leaf #C3CEB4

Color information

#C3CEB4 (or 0xC3CEB4) is unknown color: approx Pale Leaf. HEX triplet: C3, CE and B4. RGB value is (195,206,180). Sum of RGB (Red+Green+Blue) = 195+206+180=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEB4 is #3C314B. Grayscale: #C7C7C7. Windows color (decimal): -3944780 or 11849411. OLE color: 11849411.

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

Color convert

RGB195206180-
CMYK0.0500.130.19
HSL85.38º20.97%75.69%-
HSV(B)85.38º12.62%80.78%-
XYZ52.8259.0451.79-
YUV199.75116.86124.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=33.56%
G=35.46%
B=30.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952061800.0500.130.1985.3820.9775.69
HexC3CEB450D1355154c
Octal30331626450152312525114
Binary11000011110011101011010010101101100111010101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEB4; }

 p { color: rgb(195,206,180); }

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

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

 a { background-color: rgb(195,206,180); }

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

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

 span { border-color: rgb(195,206,180); }

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