#CC9075

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

Shades of Feldspar #CC9075

Tints of Feldspar #CC9075

Color information

#CC9075 (or 0xCC9075) is unknown color: approx Feldspar. HEX triplet: CC, 90 and 75. RGB value is (204,144,117). Sum of RGB (Red+Green+Blue) = 204+144+117=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9075 is #336F8A. Grayscale: #9F9F9F. Windows color (decimal): -3370891 or 7704780. OLE color: 7704780.

HSL color Cylindrical-coordinate representation of color #CC9075: hue angle of 18.62º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC9075 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204144117-
CMYK00.290.430.2
HSL18.62º46.03%62.94%-
HSV(B)18.62º42.65%80%-
XYZ38.0934.0721.4-
YUV158.86104.38160.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=43.87%
G=30.97%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414411700.290.430.218.6246.0362.94
HexCC907501D2B14132e3f
Octal3142201650355324235677
Binary110011001001000011101010111011010111010010011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9075; }

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

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

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

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

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

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

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

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