#C4CCAD

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

Shades of Pale Leaf #C4CCAD

Tints of Pale Leaf #C4CCAD

Color information

#C4CCAD (or 0xC4CCAD) is unknown color: approx Pale Leaf. HEX triplet: C4, CC and AD. RGB value is (196,204,173). Sum of RGB (Red+Green+Blue) = 196+204+173=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCAD is #3B3352. Grayscale: #C6C6C6. Windows color (decimal): -3879763 or 11390148. OLE color: 11390148.

HSL color Cylindrical-coordinate representation of color #C4CCAD: hue angle of 75.48º 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 #C4CCAD is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB196204173-
CMYK0.0400.150.2
HSL75.48º23.31%73.92%-
HSV(B)75.48º15.2%80%-
XYZ51.957.9447.98-
YUV198.07113.85126.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=34.21%
G=35.60%
B=30.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041730.0400.150.275.4823.3173.92
HexC4CCAD40F144b174a
Octal30431425540172411327112
Binary11000100110011001010110110001111101001001011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCAD; }

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

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

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

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

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

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

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

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