Html Css Color HEX #C2CAAD Pale Leaf

📋 copy color: '#C2CAAD'

red 194 ◦ green 202 ◦ blue 173

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

Shades of Pale Leaf #C2CAAD

Tints of Pale Leaf #C2CAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.4%

R = 34.09%
G = 35.5%
B = 30.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C2CAAD (or 0xC2CAAD) is known color: Pale Leaf. HEX triplet: C2, CA and AD. RGB value is (194,202,173). Sum of RGB (Red+Green+Blue) = 194+202+173=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAAD is #3D3552. Grayscale: #C4C4C4. Windows color (decimal): -4011347 or 11389634. OLE color: 11389634.

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

Color convert

RGB 194 202 173 -
CMYK 0.04 0 0.14 0.21
HSL 76.55º 0.21% 0.74% -
HSV(B) 76.55º 0.14% 0.79% -
XYZ 50.91 56.73 47.8 -
YUV 196.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 194 202 173 0.04 0 0.14 0.21 76.55 0.21 0.74
Hex C2 CA AD 4 0 E 15 4D 15 4A
Octal 302 312 255 4 0 16 25 115 25 112
Binary 11000010 11001010 10101101 100 0 1110 10101 1001101 10101 1001010

Color Harmonies of #C2CAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAAD

Black with #C2CAAD

Text Example


Text Example

White with #C2CAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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