#CC9178

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

Shades of Feldspar #CC9178

Tints of Feldspar #CC9178

Color information

#CC9178 (or 0xCC9178) is unknown color: approx Feldspar. HEX triplet: CC, 91 and 78. RGB value is (204,145,120). Sum of RGB (Red+Green+Blue) = 204+145+120=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9178 is #336E87. Grayscale: #9F9F9F. Windows color (decimal): -3370632 or 7901644. OLE color: 7901644.

HSL color Cylindrical-coordinate representation of color #CC9178: hue angle of 17.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC9178 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204145120-
CMYK00.290.410.2
HSL17.86º45.16%63.53%-
HSV(B)17.86º41.18%80%-
XYZ38.4234.4422.39-
YUV159.79105.55159.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=43.50%
G=30.92%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414512000.290.410.217.8645.1663.53
HexCC917801D2914122d40
Octal31422117003551242255100
Binary1100110010010001111100001110110100110100100101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9178; }

 p { color: rgb(204,145,120); }

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

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

 a { background-color: rgb(204,145,120); }

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

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

 span { border-color: rgb(204,145,120); }

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