Html Css Color HEX #C9DCAC Pale Leaf

📋 copy color: '#C9DCAC'

red 201 ◦ green 220 ◦ blue 172

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

Shades of Pale Leaf #C9DCAC

Tints of Pale Leaf #C9DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

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

R = 33.9%
G = 37.1%
B = 29.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#C9DCAC (or 0xC9DCAC) is known color: Pale Leaf. HEX triplet: C9, DC and AC. RGB value is (201,220,172). Sum of RGB (Red+Green+Blue) = 201+220+172=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DCAC is #362353. Grayscale: #D1D1D1. Windows color (decimal): -3547988 or 11328713. OLE color: 11328713.

HSL color Cylindrical-coordinate representation of color #C9DCAC: hue angle of 83.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9DCAC is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 172 -
CMYK 0.09 0 0.22 0.14
HSL 83.75º 0.41% 0.77% -
HSV(B) 83.75º 0.22% 0.86% -
XYZ 57.13 66.58 48.87 -
YUV 208.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 201 220 172 0.09 0 0.22 0.14 83.75 0.41 0.77
Hex C9 DC AC 9 0 16 E 54 29 4D
Octal 311 334 254 11 0 26 16 124 51 115
Binary 11001001 11011100 10101100 1001 0 10110 1110 1010100 101001 1001101

Color Harmonies of #C9DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCAC

Black with #C9DCAC

Text Example


Text Example

White with #C9DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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