#CC8573

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

Shades of Feldspar #CC8573

Tints of Feldspar #CC8573

Color information

#CC8573 (or 0xCC8573) is unknown color: approx Feldspar. HEX triplet: CC, 85 and 73. RGB value is (204,133,115). Sum of RGB (Red+Green+Blue) = 204+133+115=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8573 is #337A8C. Grayscale: #989898. Windows color (decimal): -3373709 or 7570892. OLE color: 7570892.

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

Color convert

RGB204133115-
CMYK00.350.440.2
HSL12.13º46.6%62.55%-
HSV(B)12.13º43.63%80%-
XYZ36.3830.8520.26-
YUV152.18107.02164.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 115 (45.31% from 255) = 25.44%
R=45.13%
G=29.42%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413311500.350.440.212.1346.662.55
HexCC85730232C14c2f3f
Octal3142051630435424145777
Binary110011001000010111100110100011101100101001100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8573; }

 p { color: rgb(204,133,115); }

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

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

 a { background-color: rgb(204,133,115); }

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

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

 span { border-color: rgb(204,133,115); }

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