Html Css Color HEX #C0CAA0 Pale Leaf

📋 copy color: '#C0CAA0'

red 192 ◦ green 202 ◦ blue 160

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

Shades of Pale Leaf #C0CAA0

Tints of Pale Leaf #C0CAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.88%

R = 34.66%
G = 36.46%
B = 28.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C0CAA0 (or 0xC0CAA0) is known color: Pale Leaf. HEX triplet: C0, CA and A0. RGB value is (192,202,160). Sum of RGB (Red+Green+Blue) = 192+202+160=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CAA0 is #3F355F. Grayscale: #C2C2C2. Windows color (decimal): -4142432 or 10537664. OLE color: 10537664.

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

Color convert

RGB 192 202 160 -
CMYK 0.05 0 0.21 0.21
HSL 74.29º 0.28% 0.71% -
HSV(B) 74.29º 0.21% 0.79% -
XYZ 49.2 55.99 41.47 -
YUV 194.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 192 202 160 0.05 0 0.21 0.21 74.29 0.28 0.71
Hex C0 CA A0 5 0 15 15 4A 1C 47
Octal 300 312 240 5 0 25 25 112 34 107
Binary 11000000 11001010 10100000 101 0 10101 10101 1001010 11100 1000111

Color Harmonies of #C0CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAA0

Black with #C0CAA0

Text Example


Text Example

White with #C0CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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