#C7CFAD

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

Shades of Pale Leaf #C7CFAD

Tints of Pale Leaf #C7CFAD

Color information

#C7CFAD (or 0xC7CFAD) is unknown color: approx Pale Leaf. HEX triplet: C7, CF and AD. RGB value is (199,207,173). Sum of RGB (Red+Green+Blue) = 199+207+173=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CFAD is #383052. Grayscale: #C8C8C8. Windows color (decimal): -3682387 or 11390919. OLE color: 11390919.

HSL color Cylindrical-coordinate representation of color #C7CFAD: hue angle of 74.12º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7CFAD is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB199207173-
CMYK0.0400.160.19
HSL74.12º26.15%74.51%-
HSV(B)74.12º16.43%81.18%-
XYZ53.4159.7848.26-
YUV200.73112.35126.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.37%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=34.37%
G=35.75%
B=29.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071730.0400.160.1974.1226.1574.51
HexC7CFAD4010134a1a4b
Octal30731725540202311232113
Binary110001111100111110101101100010000100111001010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFAD; }

 p { color: rgb(199,207,173); }

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

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

 a { background-color: rgb(199,207,173); }

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

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

 span { border-color: rgb(199,207,173); }

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