Html Css Color HEX #C0CAA7 Pale Leaf

📋 copy color: '#C0CAA7'

red 192 ◦ green 202 ◦ blue 167

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

Shades of Pale Leaf #C0CAA7

Tints of Pale Leaf #C0CAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.77%

R = 34.22%
G = 36.01%
B = 29.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C0CAA7 (or 0xC0CAA7) is known color: Pale Leaf. HEX triplet: C0, CA and A7. RGB value is (192,202,167). Sum of RGB (Red+Green+Blue) = 192+202+167=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CAA7 is #3F3558. Grayscale: #C3C3C3. Windows color (decimal): -4142425 or 10996416. OLE color: 10996416.

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

Color convert

RGB 192 202 167 -
CMYK 0.05 0 0.17 0.21
HSL 77.14º 0.25% 0.72% -
HSV(B) 77.14º 0.17% 0.79% -
XYZ 49.83 56.24 44.79 -
YUV 195.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 192 202 167 0.05 0 0.17 0.21 77.14 0.25 0.72
Hex C0 CA A7 5 0 11 15 4D 19 48
Octal 300 312 247 5 0 21 25 115 31 110
Binary 11000000 11001010 10100111 101 0 10001 10101 1001101 11001 1001000

Color Harmonies of #C0CAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAA7

Black with #C0CAA7

Text Example


Text Example

White with #C0CAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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