#CC8B76

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

Shades of Feldspar #CC8B76

Tints of Feldspar #CC8B76

Color information

#CC8B76 (or 0xCC8B76) is unknown color: approx Feldspar. HEX triplet: CC, 8B and 76. RGB value is (204,139,118). Sum of RGB (Red+Green+Blue) = 204+139+118=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B76 is #337489. Grayscale: #9C9C9C. Windows color (decimal): -3372170 or 7769036. OLE color: 7769036.

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

Color convert

RGB204139118-
CMYK00.320.420.2
HSL14.65º45.74%63.14%-
HSV(B)14.65º42.16%80%-
XYZ37.432.6121.46-
YUV156.04106.53162.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=44.25%
G=30.15%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413911800.320.420.214.6545.7463.14
HexCC8B760202A14f2e3f
Octal3142131660405224175677
Binary110011001000101111101100100000101010101001111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B76; }

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

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

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

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

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

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

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

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