#cc9a77

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

Shades of Feldspar #CC9A77

Tints of Feldspar #CC9A77

Color information

#CC9A77 (or 0xCC9A77) is unknown color: approx Feldspar. HEX triplet: CC, 9A and 77. RGB value is (204,154,119). Sum of RGB (Red+Green+Blue) = 204+154+119=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A77 is #336588. Grayscale: #A5A5A5. Windows color (decimal): -3368329 or 7838412. OLE color: 7838412.

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

Color convert

RGB204154119-
CMYK00.250.420.2
HSL24.71º45.45%63.33%-
HSV(B)24.71º41.67%80%-
XYZ39.7937.2822.55-
YUV164.96102.06155.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=42.77%
G=32.29%
B=24.95%

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
Decimal20415411900.250.420.224.7145.4563.33
HexCC9A770192A14192d3f
Octal3142321670315224315577
Binary110011001001101011101110110011010101010011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9a77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9a77; }

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

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

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

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

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

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

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

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