#CF957D

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

Shades of Feldspar #CF957D

Tints of Feldspar #CF957D

Color information

#CF957D (or 0xCF957D) is unknown color: approx Feldspar. HEX triplet: CF, 95 and 7D. RGB value is (207,149,125). Sum of RGB (Red+Green+Blue) = 207+149+125=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF957D is #306A82. Grayscale: #A3A3A3. Windows color (decimal): -3172995 or 8230351. OLE color: 8230351.

HSL color Cylindrical-coordinate representation of color #CF957D: hue angle of 17.56º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF957D is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB207149125-
CMYK00.280.400.19
HSL17.56º46.07%65.1%-
HSV(B)17.56º39.61%81.18%-
XYZ40.1836.2424.28-
YUV163.61106.22158.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=43.04%
G=30.98%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714912500.280.400.1917.5646.0765.1
HexCF957D01C2813122e41
Octal31722517503450232256101
Binary1100111110010101111110101110010100010011100101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF957D; }

 p { color: rgb(207,149,125); }

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

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

 a { background-color: rgb(207,149,125); }

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

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

 span { border-color: rgb(207,149,125); }

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