#C4CEA5

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

Shades of Pale Leaf #C4CEA5

Tints of Pale Leaf #C4CEA5

Color information

#C4CEA5 (or 0xC4CEA5) is unknown color: approx Pale Leaf. HEX triplet: C4, CE and A5. RGB value is (196,206,165). Sum of RGB (Red+Green+Blue) = 196+206+165=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEA5 is #3B315A. Grayscale: #C6C6C6. Windows color (decimal): -3879259 or 10866372. OLE color: 10866372.

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

Color convert

RGB196206165-
CMYK0.0500.200.19
HSL74.63º29.5%72.75%-
HSV(B)74.63º19.9%80.78%-
XYZ51.6358.5944.19-
YUV198.34109.19126.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 165 (64.84% from 255) = 29.10%
R=34.57%
G=36.33%
B=29.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962061650.0500.200.1974.6329.572.75
HexC4CEA55014134b1d49
Octal30431624550242311335111
Binary110001001100111010100101101010100100111001011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEA5; }

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

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

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

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

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

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

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

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