Html Css Color HEX #C4CBAD Pale Leaf

📋 copy color: '#C4CBAD'

red 196 ◦ green 203 ◦ blue 173

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

Shades of Pale Leaf #C4CBAD

Tints of Pale Leaf #C4CBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 34.27%
G = 35.49%
B = 30.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#C4CBAD (or 0xC4CBAD) is known color: Pale Leaf. HEX triplet: C4, CB and AD. RGB value is (196,203,173). Sum of RGB (Red+Green+Blue) = 196+203+173=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CBAD is #3B3452. Grayscale: #C5C5C5. Windows color (decimal): -3880019 or 11389892. OLE color: 11389892.

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

Color convert

RGB 196 203 173 -
CMYK 0.03 0 0.15 0.20
HSL 74º 0.22% 0.74% -
HSV(B) 74º 0.15% 0.8% -
XYZ 51.66 57.46 47.9 -
YUV 197.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 196 203 173 0.03 0 0.15 0.20 74 0.22 0.74
Hex C4 CB AD 3 0 F 14 4A 16 4A
Octal 304 313 255 3 0 17 24 112 26 112
Binary 11000100 11001011 10101101 11 0 1111 10100 1001010 10110 1001010

Color Harmonies of #C4CBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBAD

Black with #C4CBAD

Text Example


Text Example

White with #C4CBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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