Html Css Color HEX #C9D2AC Pale Leaf

📋 copy color: '#C9D2AC'

red 201 ◦ green 210 ◦ blue 172

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

Shades of Pale Leaf #C9D2AC

Tints of Pale Leaf #C9D2AC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

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

R = 34.48%
G = 36.02%
B = 29.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#C9D2AC (or 0xC9D2AC) is known color: Pale Leaf. HEX triplet: C9, D2 and AC. RGB value is (201,210,172). Sum of RGB (Red+Green+Blue) = 201+210+172=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D2AC is #362D53. Grayscale: #CBCBCB. Windows color (decimal): -3550548 or 11326153. OLE color: 11326153.

HSL color Cylindrical-coordinate representation of color #C9D2AC: hue angle of 74.21º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9D2AC is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 210 172 -
CMYK 0.04 0 0.18 0.18
HSL 74.21º 0.3% 0.75% -
HSV(B) 74.21º 0.18% 0.82% -
XYZ 54.58 61.49 48.02 -
YUV 202.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 201 210 172 0.04 0 0.18 0.18 74.21 0.3 0.75
Hex C9 D2 AC 4 0 12 12 4A 1E 4B
Octal 311 322 254 4 0 22 22 112 36 113
Binary 11001001 11010010 10101100 100 0 10010 10010 1001010 11110 1001011

Color Harmonies of #C9D2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D2AC

Black with #C9D2AC

Text Example


Text Example

White with #C9D2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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