Html Css Color HEX #C2CEA9 Pale Leaf

📋 copy color: '#C2CEA9'

red 194 ◦ green 206 ◦ blue 169

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

Shades of Pale Leaf #C2CEA9

Tints of Pale Leaf #C2CEA9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.2%

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

R = 34.09%
G = 36.2%
B = 29.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#C2CEA9 (or 0xC2CEA9) is known color: Pale Leaf. HEX triplet: C2, CE and A9. RGB value is (194,206,169). Sum of RGB (Red+Green+Blue) = 194+206+169=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEA9 is #3D3156. Grayscale: #C6C6C6. Windows color (decimal): -4010327 or 11128514. OLE color: 11128514.

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

Color convert

RGB 194 206 169 -
CMYK 0.06 0 0.18 0.19
HSL 79.46º 0.27% 0.74% -
HSV(B) 79.46º 0.18% 0.81% -
XYZ 51.48 58.48 46.11 -
YUV 198.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 194 206 169 0.06 0 0.18 0.19 79.46 0.27 0.74
Hex C2 CE A9 6 0 12 13 4F 1B 4A
Octal 302 316 251 6 0 22 23 117 33 112
Binary 11000010 11001110 10101001 110 0 10010 10011 1001111 11011 1001010

Color Harmonies of #C2CEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEA9

Black with #C2CEA9

Text Example


Text Example

White with #C2CEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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