Html Css Color HEX #C7CEAA Pale Leaf

📋 copy color: '#C7CEAA'

red 199 ◦ green 206 ◦ blue 170

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

Shades of Pale Leaf #C7CEAA

Tints of Pale Leaf #C7CEAA

RGB

 RED value IS 199 (78.13% from 255) = 34.61%

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

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

R = 34.61%
G = 35.83%
B = 29.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C7CEAA (or 0xC7CEAA) is known color: Pale Leaf. HEX triplet: C7, CE and AA. RGB value is (199,206,170). Sum of RGB (Red+Green+Blue) = 199+206+170=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CEAA is #383155. Grayscale: #C7C7C7. Windows color (decimal): -3682646 or 11194055. OLE color: 11194055.

HSL color Cylindrical-coordinate representation of color #C7CEAA: hue angle of 71.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 #C7CEAA is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 206 170 -
CMYK 0.03 0 0.17 0.19
HSL 71.67º 0.27% 0.74% -
HSV(B) 71.67º 0.17% 0.81% -
XYZ 52.88 59.19 46.67 -
YUV 199.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 199 206 170 0.03 0 0.17 0.19 71.67 0.27 0.74
Hex C7 CE AA 3 0 11 13 48 1B 4A
Octal 307 316 252 3 0 21 23 110 33 112
Binary 11000111 11001110 10101010 11 0 10001 10011 1001000 11011 1001010

Color Harmonies of #C7CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CEAA

Black with #C7CEAA

Text Example


Text Example

White with #C7CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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