#C1CCAD

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

Shades of Pale Leaf #C1CCAD

Tints of Pale Leaf #C1CCAD

Color information

#C1CCAD (or 0xC1CCAD) is unknown color: approx Pale Leaf. HEX triplet: C1, CC and AD. RGB value is (193,204,173). Sum of RGB (Red+Green+Blue) = 193+204+173=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CCAD is #3E3352. Grayscale: #C5C5C5. Windows color (decimal): -4076371 or 11390145. OLE color: 11390145.

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

Color convert

RGB193204173-
CMYK0.0500.150.2
HSL81.29º23.31%73.92%-
HSV(B)81.29º15.2%80%-
XYZ51.1357.5447.95-
YUV197.18114.36125.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=33.86%
G=35.79%
B=30.35%

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
Decimal1932041730.0500.150.281.2923.3173.92
HexC1CCAD50F1451174a
Octal30131425550172412127112
Binary11000001110011001010110110101111101001010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCAD; }

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

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

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

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

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

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

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

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