Html Css Color HEX #C2C9AC Pale Leaf

📋 copy color: '#C2C9AC'

red 194 ◦ green 201 ◦ blue 172

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

Shades of Pale Leaf #C2C9AC

Tints of Pale Leaf #C2C9AC

RGB

 RED value IS 194 (76.17% from 255) = 34.22%

 GREEN value IS 201 (78.91% from 255) = 35.45%

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

R = 34.22%
G = 35.45%
B = 30.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C2C9AC (or 0xC2C9AC) is known color: Pale Leaf. HEX triplet: C2, C9 and AC. RGB value is (194,201,172). Sum of RGB (Red+Green+Blue) = 194+201+172=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C9AC is #3D3653. Grayscale: #C3C3C3. Windows color (decimal): -4011604 or 11323842. OLE color: 11323842.

HSL color Cylindrical-coordinate representation of color #C2C9AC: hue angle of 74.48º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2C9AC is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 201 172 -
CMYK 0.03 0 0.14 0.21
HSL 74.48º 0.21% 0.73% -
HSV(B) 74.48º 0.14% 0.79% -
XYZ 50.58 56.22 47.22 -
YUV 195.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 194 201 172 0.03 0 0.14 0.21 74.48 0.21 0.73
Hex C2 C9 AC 3 0 E 15 4A 15 49
Octal 302 311 254 3 0 16 25 112 25 111
Binary 11000010 11001001 10101100 11 0 1110 10101 1001010 10101 1001001

Color Harmonies of #C2C9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C9AC

Black with #C2C9AC

Text Example


Text Example

White with #C2C9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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