#CC9877

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

Shades of Feldspar #CC9877

Tints of Feldspar #CC9877

Color information

#CC9877 (or 0xCC9877) is unknown color: approx Feldspar. HEX triplet: CC, 98 and 77. RGB value is (204,152,119). Sum of RGB (Red+Green+Blue) = 204+152+119=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9877 is #336788. Grayscale: #A3A3A3. Windows color (decimal): -3368841 or 7837900. OLE color: 7837900.

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

Color convert

RGB204152119-
CMYK00.250.420.2
HSL23.29º45.45%63.33%-
HSV(B)23.29º41.67%80%-
XYZ39.4636.6322.44-
YUV163.79102.73156.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=42.95%
G=32%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415211900.250.420.223.2945.4563.33
HexCC98770192A14172d3f
Octal3142301670315224275577
Binary110011001001100011101110110011010101010010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9877; }

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

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

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

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

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

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

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

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