Html Css Color HEX #C9DAA0 Pale Leaf

📋 copy color: '#C9DAA0'

red 201 ◦ green 218 ◦ blue 160

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

Shades of Pale Leaf #C9DAA0

Tints of Pale Leaf #C9DAA0

RGB

 RED value IS 201 (78.91% from 255) = 34.72%

 GREEN value IS 218 (85.55% from 255) = 37.65%

 BLUE value IS 160 (62.89% from 255) = 27.63%

R = 34.72%
G = 37.65%
B = 27.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#C9DAA0 (or 0xC9DAA0) is known color: Pale Leaf. HEX triplet: C9, DA and A0. RGB value is (201,218,160). Sum of RGB (Red+Green+Blue) = 201+218+160=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DAA0 is #36255F. Grayscale: #CECECE. Windows color (decimal): -3548512 or 10541769. OLE color: 10541769.

HSL color Cylindrical-coordinate representation of color #C9DAA0: hue angle of 77.59º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9DAA0 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 160 -
CMYK 0.08 0 0.27 0.15
HSL 77.59º 0.44% 0.74% -
HSV(B) 77.59º 0.27% 0.85% -
XYZ 55.5 65.1 42.9 -
YUV 206.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 201 218 160 0.08 0 0.27 0.15 77.59 0.44 0.74
Hex C9 DA A0 8 0 1B F 4E 2C 4A
Octal 311 332 240 10 0 33 17 116 54 112
Binary 11001001 11011010 10100000 1000 0 11011 1111 1001110 101100 1001010

Color Harmonies of #C9DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAA0

Black with #C9DAA0

Text Example


Text Example

White with #C9DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAA0; }

 p { color: rgb(201,218,160); }

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

background-color css

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

 a { background-color: rgb(201,218,160); }

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

border-color css

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

 span { border-color: rgb(201,218,160); }

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