Html Css Color HEX #C2CAA8 Pale Leaf

📋 copy color: '#C2CAA8'

red 194 ◦ green 202 ◦ blue 168

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

Shades of Pale Leaf #C2CAA8

Tints of Pale Leaf #C2CAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.82%

 BLUE value IS 168 (66.02% from 255) = 29.79%

R = 34.4%
G = 35.82%
B = 29.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C2CAA8 (or 0xC2CAA8) is known color: Pale Leaf. HEX triplet: C2, CA and A8. RGB value is (194,202,168). Sum of RGB (Red+Green+Blue) = 194+202+168=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAA8 is #3D3557. Grayscale: #C3C3C3. Windows color (decimal): -4011352 or 11061954. OLE color: 11061954.

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

Color convert

RGB 194 202 168 -
CMYK 0.04 0 0.17 0.21
HSL 74.12º 0.24% 0.73% -
HSV(B) 74.12º 0.17% 0.79% -
XYZ 50.44 56.54 45.3 -
YUV 195.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 194 202 168 0.04 0 0.17 0.21 74.12 0.24 0.73
Hex C2 CA A8 4 0 11 15 4A 18 49
Octal 302 312 250 4 0 21 25 112 30 111
Binary 11000010 11001010 10101000 100 0 10001 10101 1001010 11000 1001001

Color Harmonies of #C2CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAA8

Black with #C2CAA8

Text Example


Text Example

White with #C2CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAA8; }

 p { color: rgb(194,202,168); }

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

background-color css

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

 a { background-color: rgb(194,202,168); }

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

border-color css

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

 span { border-color: rgb(194,202,168); }

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