#C3CAAD

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

Shades of Pale Leaf #C3CAAD

Tints of Pale Leaf #C3CAAD

Color information

#C3CAAD (or 0xC3CAAD) is unknown color: approx Pale Leaf. HEX triplet: C3, CA and AD. RGB value is (195,202,173). Sum of RGB (Red+Green+Blue) = 195+202+173=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CAAD is #3C3552. Grayscale: #C4C4C4. Windows color (decimal): -3945811 or 11389635. OLE color: 11389635.

HSL color Cylindrical-coordinate representation of color #C3CAAD: hue angle of 74.48º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3CAAD is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB195202173-
CMYK0.0300.140.21
HSL74.48º21.48%73.53%-
HSV(B)74.48º14.36%79.22%-
XYZ51.1756.8647.81-
YUV196.6114.68126.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=34.21%
G=35.44%
B=30.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952021730.0300.140.2174.4821.4873.53
HexC3CAAD30E154a154a
Octal30331225530162511225112
Binary1100001111001010101011011101110101011001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CAAD; }

 p { color: rgb(195,202,173); }

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

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

 a { background-color: rgb(195,202,173); }

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

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

 span { border-color: rgb(195,202,173); }

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