Html Css Color HEX #C0C7AA Pale Leaf

📋 copy color: '#C0C7AA'

red 192 ◦ green 199 ◦ blue 170

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

Shades of Pale Leaf #C0C7AA

Tints of Pale Leaf #C0C7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.47%

 BLUE value IS 170 (66.8% from 255) = 30.3%

R = 34.22%
G = 35.47%
B = 30.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C0C7AA (or 0xC0C7AA) is known color: Pale Leaf. HEX triplet: C0, C7 and AA. RGB value is (192,199,170). Sum of RGB (Red+Green+Blue) = 192+199+170=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C7AA is #3F3855. Grayscale: #C1C1C1. Windows color (decimal): -4143190 or 11192256. OLE color: 11192256.

HSL color Cylindrical-coordinate representation of color #C0C7AA: hue angle of 74.48º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0C7AA is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 199 170 -
CMYK 0.04 0 0.15 0.22
HSL 74.48º 0.21% 0.72% -
HSV(B) 74.48º 0.15% 0.78% -
XYZ 49.42 54.96 46.03 -
YUV 193.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 192 199 170 0.04 0 0.15 0.22 74.48 0.21 0.72
Hex C0 C7 AA 4 0 F 16 4A 15 48
Octal 300 307 252 4 0 17 26 112 25 110
Binary 11000000 11000111 10101010 100 0 1111 10110 1001010 10101 1001000

Color Harmonies of #C0C7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C7AA

Black with #C0C7AA

Text Example


Text Example

White with #C0C7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C7AA; }

 p { color: rgb(192,199,170); }

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

background-color css

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

 a { background-color: rgb(192,199,170); }

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

border-color css

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

 span { border-color: rgb(192,199,170); }

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