#C2CCAD

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

Shades of Pale Leaf #C2CCAD

Tints of Pale Leaf #C2CCAD

Color information

#C2CCAD (or 0xC2CCAD) is unknown color: approx Pale Leaf. HEX triplet: C2, CC and AD. RGB value is (194,204,173). Sum of RGB (Red+Green+Blue) = 194+204+173=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCAD is #3D3352. Grayscale: #C5C5C5. Windows color (decimal): -4010835 or 11390146. OLE color: 11390146.

HSL color Cylindrical-coordinate representation of color #C2CCAD: hue angle of 79.35º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2CCAD is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB194204173-
CMYK0.0500.150.2
HSL79.35º23.31%73.92%-
HSV(B)79.35º15.2%80%-
XYZ51.3857.6747.96-
YUV197.48114.19125.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=33.98%
G=35.73%
B=30.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1942041730.0500.150.279.3523.3173.92
HexC2CCAD50F144f174a
Octal30231425550172411727112
Binary11000010110011001010110110101111101001001111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCAD; }

 p { color: rgb(194,204,173); }

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

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

 a { background-color: rgb(194,204,173); }

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

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

 span { border-color: rgb(194,204,173); }

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