#CC916E

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

Shades of Feldspar #CC916E

Tints of Feldspar #CC916E

Color information

#CC916E (or 0xCC916E) is unknown color: approx Feldspar. HEX triplet: CC, 91 and 6E. RGB value is (204,145,110). Sum of RGB (Red+Green+Blue) = 204+145+110=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC916E is #336E91. Grayscale: #9E9E9E. Windows color (decimal): -3370642 or 7246284. OLE color: 7246284.

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

Color convert

RGB204145110-
CMYK00.290.460.2
HSL22.34º47.96%61.57%-
HSV(B)22.34º46.08%80%-
XYZ37.8434.2119.36-
YUV158.65100.55160.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=44.44%
G=31.59%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414511000.290.460.222.3447.9661.57
HexCC916E01D2E1416303e
Octal3142211560355624266076
Binary110011001001000111011100111011011101010010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC916E; }

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

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

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

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

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

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

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

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