#C2CBAD

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

Shades of Pale Leaf #C2CBAD

Tints of Pale Leaf #C2CBAD

Color information

#C2CBAD (or 0xC2CBAD) is unknown color: approx Pale Leaf. HEX triplet: C2, CB and AD. RGB value is (194,203,173). Sum of RGB (Red+Green+Blue) = 194+203+173=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CBAD is #3D3452. Grayscale: #C5C5C5. Windows color (decimal): -4011091 or 11389890. OLE color: 11389890.

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

Color convert

RGB194203173-
CMYK0.0400.150.20
HSL78º22.39%73.73%-
HSV(B)78º14.78%79.61%-
XYZ51.1557.247.88-
YUV196.89114.52125.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=34.04%
G=35.61%
B=30.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942031730.0400.150.207822.3973.73
HexC2CBAD40F144e164a
Octal30231325540172411626112
Binary11000010110010111010110110001111101001001110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CBAD; }

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

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

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

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

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

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

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

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