Html Css Color HEX #C4CEAA Pale Leaf

📋 copy color: '#C4CEAA'

red 196 ◦ green 206 ◦ blue 170

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

Shades of Pale Leaf #C4CEAA

Tints of Pale Leaf #C4CEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.72%

R = 34.27%
G = 36.01%
B = 29.72%

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

#C4CEAA (or 0xC4CEAA) is known color: Pale Leaf. HEX triplet: C4, CE and AA. RGB value is (196,206,170). Sum of RGB (Red+Green+Blue) = 196+206+170=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEAA is #3B3155. Grayscale: #C7C7C7. Windows color (decimal): -3879254 or 11194052. OLE color: 11194052.

HSL color Cylindrical-coordinate representation of color #C4CEAA: hue angle of 76.67º degrees, saturation: 0.27, 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 #C4CEAA is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 206 170 -
CMYK 0.05 0 0.17 0.19
HSL 76.67º 0.27% 0.74% -
HSV(B) 76.67º 0.17% 0.81% -
XYZ 52.09 58.78 46.63 -
YUV 198.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 196 206 170 0.05 0 0.17 0.19 76.67 0.27 0.74
Hex C4 CE AA 5 0 11 13 4D 1B 4A
Octal 304 316 252 5 0 21 23 115 33 112
Binary 11000100 11001110 10101010 101 0 10001 10011 1001101 11011 1001010

Color Harmonies of #C4CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CEAA

Black with #C4CEAA

Text Example


Text Example

White with #C4CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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