#CF9580

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

Shades of Feldspar #CF9580

Tints of Feldspar #CF9580

Color information

#CF9580 (or 0xCF9580) is unknown color: approx Feldspar. HEX triplet: CF, 95 and 80. RGB value is (207,149,128). Sum of RGB (Red+Green+Blue) = 207+149+128=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9580 is #306A7F. Grayscale: #A4A4A4. Windows color (decimal): -3172992 or 8426959. OLE color: 8426959.

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

Color convert

RGB207149128-
CMYK00.280.380.19
HSL15.95º45.14%65.69%-
HSV(B)15.95º38.16%81.18%-
XYZ40.3836.3225.3-
YUV163.95107.72158.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=42.77%
G=30.79%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714912800.280.380.1915.9545.1465.69
HexCF958001C2613102d42
Octal31722520003446232055102
Binary11001111100101011000000001110010011010011100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9580; }

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

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

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

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

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

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

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

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