#C1CAA4

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

Shades of Pale Leaf #C1CAA4

Tints of Pale Leaf #C1CAA4

Color information

#C1CAA4 (or 0xC1CAA4) is unknown color: approx Pale Leaf. HEX triplet: C1, CA and A4. RGB value is (193,202,164). Sum of RGB (Red+Green+Blue) = 193+202+164=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAA4 is #3E355B. Grayscale: #C3C3C3. Windows color (decimal): -4076892 or 10799809. OLE color: 10799809.

HSL color Cylindrical-coordinate representation of color #C1CAA4: hue angle of 74.21º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CAA4 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB193202164-
CMYK0.0400.190.21
HSL74.21º26.39%71.76%-
HSV(B)74.21º18.81%79.22%-
XYZ49.8156.2643.36-
YUV194.98110.52126.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=34.53%
G=36.14%
B=29.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1932021640.0400.190.2174.2126.3971.76
HexC1CAA44013154a1a48
Octal30131224440232511232110
Binary110000011100101010100100100010011101011001010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAA4; }

 p { color: rgb(193,202,164); }

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

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

 a { background-color: rgb(193,202,164); }

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

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

 span { border-color: rgb(193,202,164); }

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