#CC8A76

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

Shades of Feldspar #CC8A76

Tints of Feldspar #CC8A76

Color information

#CC8A76 (or 0xCC8A76) is unknown color: approx Feldspar. HEX triplet: CC, 8A and 76. RGB value is (204,138,118). Sum of RGB (Red+Green+Blue) = 204+138+118=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A76 is #337589. Grayscale: #9B9B9B. Windows color (decimal): -3372426 or 7768780. OLE color: 7768780.

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

Color convert

RGB204138118-
CMYK00.320.420.2
HSL13.95º45.74%63.14%-
HSV(B)13.95º42.16%80%-
XYZ37.2632.3221.41-
YUV155.45106.87162.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=44.35%
G=30%
B=25.65%

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
Decimal20413811800.320.420.213.9545.7463.14
HexCC8A760202A14e2e3f
Octal3142121660405224165677
Binary110011001000101011101100100000101010101001110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A76; }

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

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

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

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

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

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

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

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