#CC8875

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

Shades of Feldspar #CC8875

Tints of Feldspar #CC8875

Color information

#CC8875 (or 0xCC8875) is unknown color: approx Feldspar. HEX triplet: CC, 88 and 75. RGB value is (204,136,117). Sum of RGB (Red+Green+Blue) = 204+136+117=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8875 is #33778A. Grayscale: #9A9A9A. Windows color (decimal): -3372939 or 7702732. OLE color: 7702732.

HSL color Cylindrical-coordinate representation of color #CC8875: hue angle of 13.1º 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 #CC8875 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204136117-
CMYK00.330.430.2
HSL13.1º46.03%62.94%-
HSV(B)13.1º42.65%80%-
XYZ36.9231.7321.01-
YUV154.17107.03163.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=44.64%
G=29.76%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413611700.330.430.213.146.0362.94
HexCC88750212B14d2e3f
Octal3142101650415324155677
Binary110011001000100011101010100001101011101001101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8875; }

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

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

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

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

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

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

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

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