#CC8B77

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

Shades of Feldspar #CC8B77

Tints of Feldspar #CC8B77

Color information

#CC8B77 (or 0xCC8B77) is unknown color: approx Feldspar. HEX triplet: CC, 8B and 77. RGB value is (204,139,119). Sum of RGB (Red+Green+Blue) = 204+139+119=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B77 is #337488. Grayscale: #9C9C9C. Windows color (decimal): -3372169 or 7834572. OLE color: 7834572.

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

Color convert

RGB204139119-
CMYK00.320.420.2
HSL14.12º45.45%63.33%-
HSV(B)14.12º41.67%80%-
XYZ37.4632.6321.78-
YUV156.16107.03162.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=44.16%
G=30.09%
B=25.76%

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
Decimal20413911900.320.420.214.1245.4563.33
HexCC8B770202A14e2d3f
Octal3142131670405224165577
Binary110011001000101111101110100000101010101001110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B77; }

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

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

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

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

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

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

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

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