Html Css Color HEX #C2D0A9 Pale Leaf

📋 copy color: '#C2D0A9'

red 194 ◦ green 208 ◦ blue 169

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

Shades of Pale Leaf #C2D0A9

Tints of Pale Leaf #C2D0A9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.43%

 BLUE value IS 169 (66.41% from 255) = 29.6%

R = 33.98%
G = 36.43%
B = 29.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#C2D0A9 (or 0xC2D0A9) is known color: Pale Leaf. HEX triplet: C2, D0 and A9. RGB value is (194,208,169). Sum of RGB (Red+Green+Blue) = 194+208+169=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D0A9 is #3D2F56. Grayscale: #C7C7C7. Windows color (decimal): -4009815 or 11129026. OLE color: 11129026.

HSL color Cylindrical-coordinate representation of color #C2D0A9: hue angle of 81.54º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2D0A9 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 169 -
CMYK 0.07 0 0.19 0.18
HSL 81.54º 0.29% 0.74% -
HSV(B) 81.54º 0.19% 0.82% -
XYZ 51.97 59.45 46.27 -
YUV 199.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 194 208 169 0.07 0 0.19 0.18 81.54 0.29 0.74
Hex C2 D0 A9 7 0 13 12 52 1D 4A
Octal 302 320 251 7 0 23 22 122 35 112
Binary 11000010 11010000 10101001 111 0 10011 10010 1010010 11101 1001010

Color Harmonies of #C2D0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D0A9

Black with #C2D0A9

Text Example


Text Example

White with #C2D0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D0A9; }

 p { color: rgb(194,208,169); }

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

background-color css

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

 a { background-color: rgb(194,208,169); }

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

border-color css

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

 span { border-color: rgb(194,208,169); }

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