#C88572

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

Shades of Feldspar #C88572

Tints of Feldspar #C88572

Color information

#C88572 (or 0xC88572) is unknown color: approx Feldspar. HEX triplet: C8, 85 and 72. RGB value is (200,133,114). Sum of RGB (Red+Green+Blue) = 200+133+114=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C88572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88572 is #377A8D. Grayscale: #979797. Windows color (decimal): -3635854 or 7505352. OLE color: 7505352.

HSL color Cylindrical-coordinate representation of color #C88572: hue angle of 13.26º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88572 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB200133114-
CMYK00.340.430.22
HSL13.26º43.88%61.57%-
HSV(B)13.26º43%78.43%-
XYZ35.2430.2719.9-
YUV150.87107.2163.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=44.74%
G=29.75%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013311400.340.430.2213.2643.8861.57
HexC885720222B16d2c3e
Octal3102051620425326155476
Binary110010001000010111100100100010101011101101101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88572; }

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

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

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

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

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

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

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

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