Html Css Color HEX #C2CFAA Pale Leaf

📋 copy color: '#C2CFAA'

red 194 ◦ green 207 ◦ blue 170

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

Shades of Pale Leaf #C2CFAA

Tints of Pale Leaf #C2CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.25%

 BLUE value IS 170 (66.8% from 255) = 29.77%

R = 33.98%
G = 36.25%
B = 29.77%

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

#C2CFAA (or 0xC2CFAA) is known color: Pale Leaf. HEX triplet: C2, CF and AA. RGB value is (194,207,170). Sum of RGB (Red+Green+Blue) = 194+207+170=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CFAA is #3D3055. Grayscale: #C7C7C7. Windows color (decimal): -4010070 or 11194306. OLE color: 11194306.

HSL color Cylindrical-coordinate representation of color #C2CFAA: hue angle of 81.08º degrees, saturation: 0.28, 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 #C2CFAA is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 170 -
CMYK 0.06 0 0.18 0.19
HSL 81.08º 0.28% 0.74% -
HSV(B) 81.08º 0.18% 0.81% -
XYZ 51.82 59 46.69 -
YUV 198.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 194 207 170 0.06 0 0.18 0.19 81.08 0.28 0.74
Hex C2 CF AA 6 0 12 13 51 1C 4A
Octal 302 317 252 6 0 22 23 121 34 112
Binary 11000010 11001111 10101010 110 0 10010 10011 1010001 11100 1001010

Color Harmonies of #C2CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFAA

Black with #C2CFAA

Text Example


Text Example

White with #C2CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFAA; }

 p { color: rgb(194,207,170); }

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

background-color css

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

 a { background-color: rgb(194,207,170); }

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

border-color css

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

 span { border-color: rgb(194,207,170); }

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