Html Css Color HEX #C2CBAB Pale Leaf

📋 copy color: '#C2CBAB'

red 194 ◦ green 203 ◦ blue 171

#C2CBAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #C2CBAB

Tints of Pale Leaf #C2CBAB

RGB

 RED value IS 194 (76.17% from 255) = 34.15%

 GREEN value IS 203 (79.69% from 255) = 35.74%

 BLUE value IS 171 (67.19% from 255) = 30.11%

R = 34.15%
G = 35.74%
B = 30.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#C2CBAB (or 0xC2CBAB) is known color: Pale Leaf. HEX triplet: C2, CB and AB. RGB value is (194,203,171). Sum of RGB (Red+Green+Blue) = 194+203+171=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CBAB is #3D3454. Grayscale: #C4C4C4. Windows color (decimal): -4011093 or 11258818. OLE color: 11258818.

HSL color Cylindrical-coordinate representation of color #C2CBAB: hue angle of 76.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CBAB is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 203 171 -
CMYK 0.04 0 0.16 0.20
HSL 76.88º 0.24% 0.73% -
HSV(B) 76.88º 0.16% 0.8% -
XYZ 50.95 57.12 46.87 -
YUV 196.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 194 203 171 0.04 0 0.16 0.20 76.88 0.24 0.73
Hex C2 CB AB 4 0 10 14 4D 18 49
Octal 302 313 253 4 0 20 24 115 30 111
Binary 11000010 11001011 10101011 100 0 10000 10100 1001101 11000 1001001

Color Harmonies of #C2CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBAB

Black with #C2CBAB

Text Example


Text Example

White with #C2CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBAB; }

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

 H1.HeaderClassName
 {
   color: #C2CBAB;
 }
 .AnyTagClassName
 {
   color: #C2CBAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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