Html Css Color HEX #C4CBAB Pale Leaf

📋 copy color: '#C4CBAB'

red 196 ◦ green 203 ◦ blue 171

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

Shades of Pale Leaf #C4CBAB

Tints of Pale Leaf #C4CBAB

RGB

 RED value IS 196 (76.95% from 255) = 34.39%

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

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

R = 34.39%
G = 35.61%
B = 30%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#C4CBAB (or 0xC4CBAB) is known color: Pale Leaf. HEX triplet: C4, CB and AB. RGB value is (196,203,171). Sum of RGB (Red+Green+Blue) = 196+203+171=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CBAB is #3B3454. Grayscale: #C5C5C5. Windows color (decimal): -3880021 or 11258820. OLE color: 11258820.

HSL color Cylindrical-coordinate representation of color #C4CBAB: hue angle of 73.12º 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 #C4CBAB is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 203 171 -
CMYK 0.03 0 0.16 0.20
HSL 73.13º 0.24% 0.73% -
HSV(B) 73.13º 0.16% 0.8% -
XYZ 51.47 57.39 46.89 -
YUV 197.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 196 203 171 0.03 0 0.16 0.20 73.13 0.24 0.73
Hex C4 CB AB 3 0 10 14 49 18 49
Octal 304 313 253 3 0 20 24 111 30 111
Binary 11000100 11001011 10101011 11 0 10000 10100 1001001 11000 1001001

Color Harmonies of #C4CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBAB

Black with #C4CBAB

Text Example


Text Example

White with #C4CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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