#CF9075

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

Shades of Feldspar #CF9075

Tints of Feldspar #CF9075

Color information

#CF9075 (or 0xCF9075) is unknown color: approx Feldspar. HEX triplet: CF, 90 and 75. RGB value is (207,144,117). Sum of RGB (Red+Green+Blue) = 207+144+117=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9075 is #306F8A. Grayscale: #9F9F9F. Windows color (decimal): -3174283 or 7704783. OLE color: 7704783.

HSL color Cylindrical-coordinate representation of color #CF9075: hue angle of 18º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF9075 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207144117-
CMYK00.300.430.19
HSL18º48.39%63.53%-
HSV(B)18º43.48%81.18%-
XYZ38.9234.521.44-
YUV159.76103.87161.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 25%
R=44.23%
G=30.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714411700.300.430.191848.3963.53
HexCF907501E2B13123040
Octal31722016503653232260100
Binary1100111110010000111010101111010101110011100101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9075; }

 p { color: rgb(207,144,117); }

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

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

 a { background-color: rgb(207,144,117); }

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

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

 span { border-color: rgb(207,144,117); }

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