#CC8572

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

Shades of Feldspar #CC8572

Tints of Feldspar #CC8572

Color information

#CC8572 (or 0xCC8572) is unknown color: approx Feldspar. HEX triplet: CC, 85 and 72. RGB value is (204,133,114). Sum of RGB (Red+Green+Blue) = 204+133+114=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8572 is #337A8D. Grayscale: #989898. Windows color (decimal): -3373710 or 7505356. OLE color: 7505356.

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

Color convert

RGB204133114-
CMYK00.350.440.2
HSL12.67º46.88%62.35%-
HSV(B)12.67º44.12%80%-
XYZ36.3330.8319.96-
YUV152.06106.52165.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=45.23%
G=29.49%
B=25.28%

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
Decimal20413311400.350.440.212.6746.8862.35
HexCC85720232C14d2f3e
Octal3142051620435424155776
Binary110011001000010111100100100011101100101001101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8572; }

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

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

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

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

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

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

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

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