#C1CFAF

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

Shades of Pale Leaf #C1CFAF

Tints of Pale Leaf #C1CFAF

Color information

#C1CFAF (or 0xC1CFAF) is unknown color: approx Pale Leaf. HEX triplet: C1, CF and AF. RGB value is (193,207,175). Sum of RGB (Red+Green+Blue) = 193+207+175=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CFAF is #3E3050. Grayscale: #C7C7C7. Windows color (decimal): -4075601 or 11521985. OLE color: 11521985.

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

Color convert

RGB193207175-
CMYK0.0700.150.19
HSL86.25º25%74.9%-
HSV(B)86.25º15.46%81.18%-
XYZ52.0459.0649.21-
YUV199.17114.36123.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.57%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=33.57%
G=36%
B=30.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932071750.0700.150.1986.252574.9
HexC1CFAF70F1356194b
Octal30131725770172312631113
Binary11000001110011111010111111101111100111010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CFAF; }

 p { color: rgb(193,207,175); }

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

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

 a { background-color: rgb(193,207,175); }

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

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

 span { border-color: rgb(193,207,175); }

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