#CC917B

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

Shades of Feldspar #CC917B

Tints of Feldspar #CC917B

Color information

#CC917B (or 0xCC917B) is unknown color: approx Feldspar. HEX triplet: CC, 91 and 7B. RGB value is (204,145,123). Sum of RGB (Red+Green+Blue) = 204+145+123=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC917B is #336E84. Grayscale: #A0A0A0. Windows color (decimal): -3370629 or 8098252. OLE color: 8098252.

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

Color convert

RGB204145123-
CMYK00.290.400.2
HSL16.3º44.26%64.12%-
HSV(B)16.3º39.71%80%-
XYZ38.634.5223.37-
YUV160.13107.05159.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=43.22%
G=30.72%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414512300.290.400.216.344.2664.12
HexCC917B01D2814102c40
Octal31422117303550242054100
Binary1100110010010001111101101110110100010100100001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC917B; }

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

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

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

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

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

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

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

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