Html Css Color HEX #C4CEAB Pale Leaf

📋 copy color: '#C4CEAB'

red 196 ◦ green 206 ◦ blue 171

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

Shades of Pale Leaf #C4CEAB

Tints of Pale Leaf #C4CEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.95%

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

R = 34.21%
G = 35.95%
B = 29.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C4CEAB (or 0xC4CEAB) is known color: Pale Leaf. HEX triplet: C4, CE and AB. RGB value is (196,206,171). Sum of RGB (Red+Green+Blue) = 196+206+171=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEAB is #3B3154. Grayscale: #C7C7C7. Windows color (decimal): -3879253 or 11259588. OLE color: 11259588.

HSL color Cylindrical-coordinate representation of color #C4CEAB: hue angle of 77.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4CEAB is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 206 171 -
CMYK 0.05 0 0.17 0.19
HSL 77.14º 0.26% 0.74% -
HSV(B) 77.14º 0.17% 0.81% -
XYZ 52.19 58.82 47.13 -
YUV 199.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 196 206 171 0.05 0 0.17 0.19 77.14 0.26 0.74
Hex C4 CE AB 5 0 11 13 4D 1A 4A
Octal 304 316 253 5 0 21 23 115 32 112
Binary 11000100 11001110 10101011 101 0 10001 10011 1001101 11010 1001010

Color Harmonies of #C4CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CEAB

Black with #C4CEAB

Text Example


Text Example

White with #C4CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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