#C1CDA9

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

Shades of Pale Leaf #C1CDA9

Tints of Pale Leaf #C1CDA9

Color information

#C1CDA9 (or 0xC1CDA9) is unknown color: approx Pale Leaf. HEX triplet: C1, CD and A9. RGB value is (193,205,169). Sum of RGB (Red+Green+Blue) = 193+205+169=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CDA9 is #3E3256. Grayscale: #C5C5C5. Windows color (decimal): -4076119 or 11128257. OLE color: 11128257.

HSL color Cylindrical-coordinate representation of color #C1CDA9: hue angle of 80º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1CDA9 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB193205169-
CMYK0.0600.180.20
HSL80º26.47%73.33%-
HSV(B)80º17.56%80.39%-
XYZ50.9957.8646.02-
YUV197.31112.02124.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 169 (66.41% from 255) = 29.81%
R=34.04%
G=36.16%
B=29.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051690.0600.180.208026.4773.33
HexC1CDA9601214501a49
Octal30131525160222412032111
Binary110000011100110110101001110010010101001010000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDA9; }

 p { color: rgb(193,205,169); }

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

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

 a { background-color: rgb(193,205,169); }

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

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

 span { border-color: rgb(193,205,169); }

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