Html Css Color HEX #C9D5AC Pale Leaf

📋 copy color: '#C9D5AC'

red 201 ◦ green 213 ◦ blue 172

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

Shades of Pale Leaf #C9D5AC

Tints of Pale Leaf #C9D5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.35%

 BLUE value IS 172 (67.58% from 255) = 29.35%

R = 34.3%
G = 36.35%
B = 29.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#C9D5AC (or 0xC9D5AC) is known color: Pale Leaf. HEX triplet: C9, D5 and AC. RGB value is (201,213,172). Sum of RGB (Red+Green+Blue) = 201+213+172=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D5AC is #362A53. Grayscale: #CCCCCC. Windows color (decimal): -3549780 or 11326921. OLE color: 11326921.

HSL color Cylindrical-coordinate representation of color #C9D5AC: hue angle of 77.56º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9D5AC is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 213 172 -
CMYK 0.06 0 0.19 0.16
HSL 77.56º 0.33% 0.75% -
HSV(B) 77.56º 0.19% 0.84% -
XYZ 55.33 62.98 48.27 -
YUV 204.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 201 213 172 0.06 0 0.19 0.16 77.56 0.33 0.75
Hex C9 D5 AC 6 0 13 10 4E 21 4B
Octal 311 325 254 6 0 23 20 116 41 113
Binary 11001001 11010101 10101100 110 0 10011 10000 1001110 100001 1001011

Color Harmonies of #C9D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D5AC

Black with #C9D5AC

Text Example


Text Example

White with #C9D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D5AC; }

 p { color: rgb(201,213,172); }

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

background-color css

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

 a { background-color: rgb(201,213,172); }

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

border-color css

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

 span { border-color: rgb(201,213,172); }

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