#C0C7AF

Color #C0C7AF Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C0C7AF

Tints of Pale Leaf #C0C7AF

Color information

#C0C7AF (or 0xC0C7AF) is unknown color: approx Pale Leaf. HEX triplet: C0, C7 and AF. RGB value is (192,199,175). Sum of RGB (Red+Green+Blue) = 192+199+175=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C7AF is #3F3850. Grayscale: #C2C2C2. Windows color (decimal): -4143185 or 11519936. OLE color: 11519936.

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

Color convert

RGB192199175-
CMYK0.0400.120.22
HSL77.5º17.65%73.33%-
HSV(B)77.5º12.06%78.04%-
XYZ49.955.1548.57-
YUV194.17117.18126.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 199 (78.12% from 255) = 35.16%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=33.92%
G=35.16%
B=30.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921991750.0400.120.2277.517.6573.33
HexC0C7AF40C164e1249
Octal30030725740142611622111
Binary11000000110001111010111110001100101101001110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C7AF; }

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

 H1.HeaderClassName
 {
   color: #C0C7AF;
 }
 .AnyTagClassName
 {
   color: #C0C7AF;
 }
</style>
background-color css

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

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

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

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

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

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