#CF956F

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

Shades of Feldspar #CF956F

Tints of Feldspar #CF956F

Color information

#CF956F (or 0xCF956F) is unknown color: approx Feldspar. HEX triplet: CF, 95 and 6F. RGB value is (207,149,111). Sum of RGB (Red+Green+Blue) = 207+149+111=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF956F is #306A90. Grayscale: #A2A2A2. Windows color (decimal): -3173009 or 7312847. OLE color: 7312847.

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

Color convert

RGB207149111-
CMYK00.280.460.19
HSL23.75º50%62.35%-
HSV(B)23.75º46.38%81.18%-
XYZ39.3535.9119.9-
YUV162.0199.22160.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.33%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=44.33%
G=31.91%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714911100.280.460.1923.755062.35
HexCF956F01C2E1318323e
Octal3172251570345623306276
Binary110011111001010111011110111001011101001111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF956F; }

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

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

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

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

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

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

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

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