Html Css Color HEX #C0CAA9 Pale Leaf

📋 copy color: '#C0CAA9'

red 192 ◦ green 202 ◦ blue 169

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

Shades of Pale Leaf #C0CAA9

Tints of Pale Leaf #C0CAA9

RGB

 RED value IS 192 (75.39% from 255) = 34.1%

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

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

R = 34.1%
G = 35.88%
B = 30.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C0CAA9 (or 0xC0CAA9) is known color: Pale Leaf. HEX triplet: C0, CA and A9. RGB value is (192,202,169). Sum of RGB (Red+Green+Blue) = 192+202+169=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CAA9 is #3F3556. Grayscale: #C3C3C3. Windows color (decimal): -4142423 or 11127488. OLE color: 11127488.

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

Color convert

RGB 192 202 169 -
CMYK 0.05 0 0.16 0.21
HSL 78.18º 0.24% 0.73% -
HSV(B) 78.18º 0.16% 0.79% -
XYZ 50.02 56.31 45.77 -
YUV 195.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 192 202 169 0.05 0 0.16 0.21 78.18 0.24 0.73
Hex C0 CA A9 5 0 10 15 4E 18 49
Octal 300 312 251 5 0 20 25 116 30 111
Binary 11000000 11001010 10101001 101 0 10000 10101 1001110 11000 1001001

Color Harmonies of #C0CAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAA9

Black with #C0CAA9

Text Example


Text Example

White with #C0CAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAA9; }

 p { color: rgb(192,202,169); }

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

background-color css

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

 a { background-color: rgb(192,202,169); }

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

border-color css

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

 span { border-color: rgb(192,202,169); }

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