#CC9078

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

Shades of Feldspar #CC9078

Tints of Feldspar #CC9078

Color information

#CC9078 (or 0xCC9078) is unknown color: approx Feldspar. HEX triplet: CC, 90 and 78. RGB value is (204,144,120). Sum of RGB (Red+Green+Blue) = 204+144+120=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9078 is #336F87. Grayscale: #9F9F9F. Windows color (decimal): -3370888 or 7901388. OLE color: 7901388.

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

Color convert

RGB204144120-
CMYK00.290.410.2
HSL17.14º45.16%63.53%-
HSV(B)17.14º41.18%80%-
XYZ38.2734.1422.34-
YUV159.2105.88159.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=43.59%
G=30.77%
B=25.64%

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
Decimal20414412000.290.410.217.1445.1663.53
HexCC907801D2914112d40
Octal31422017003551242155100
Binary1100110010010000111100001110110100110100100011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9078; }

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

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

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

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

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

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

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

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