#CC8B79

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

Shades of Feldspar #CC8B79

Tints of Feldspar #CC8B79

Color information

#CC8B79 (or 0xCC8B79) is unknown color: approx Feldspar. HEX triplet: CC, 8B and 79. RGB value is (204,139,121). Sum of RGB (Red+Green+Blue) = 204+139+121=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B79 is #337486. Grayscale: #9C9C9C. Windows color (decimal): -3372167 or 7965644. OLE color: 7965644.

HSL color Cylindrical-coordinate representation of color #CC8B79: hue angle of 13.01º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8B79 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204139121-
CMYK00.320.410.2
HSL13.01º44.86%63.73%-
HSV(B)13.01º40.69%80%-
XYZ37.5932.6822.42-
YUV156.38108.03161.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 121 (47.66% from 255) = 26.08%
R=43.97%
G=29.96%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413912100.320.410.213.0144.8663.73
HexCC8B790202914d2d40
Octal31421317104051241555100
Binary1100110010001011111100101000001010011010011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B79; }

 p { color: rgb(204,139,121); }

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

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

 a { background-color: rgb(204,139,121); }

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

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

 span { border-color: rgb(204,139,121); }

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