#C3CFAD

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

Shades of Pale Leaf #C3CFAD

Tints of Pale Leaf #C3CFAD

Color information

#C3CFAD (or 0xC3CFAD) is unknown color: approx Pale Leaf. HEX triplet: C3, CF and AD. RGB value is (195,207,173). Sum of RGB (Red+Green+Blue) = 195+207+173=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CFAD is #3C3052. Grayscale: #C7C7C7. Windows color (decimal): -3944531 or 11390915. OLE color: 11390915.

HSL color Cylindrical-coordinate representation of color #C3CFAD: hue angle of 81.18º 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 #C3CFAD is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB195207173-
CMYK0.0600.160.19
HSL81.18º26.15%74.51%-
HSV(B)81.18º16.43%81.18%-
XYZ52.3659.2448.21-
YUV199.54113.02124.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.91%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=33.91%
G=36%
B=30.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952071730.0600.160.1981.1826.1574.51
HexC3CFAD601013511a4b
Octal30331725560202312132113
Binary110000111100111110101101110010000100111010001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFAD; }

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

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

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

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

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

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

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

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