#CC1657

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

Shades of Ruby #CC1657

Tints of Ruby #CC1657

Color information

#CC1657 (or 0xCC1657) is unknown color: approx Ruby. HEX triplet: CC, 16 and 57. RGB value is (204,22,87). Sum of RGB (Red+Green+Blue) = 204+22+87=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1657 is #33E9A8. Grayscale: #535353. Windows color (decimal): -3402153 or 5707468. OLE color: 5707468.

HSL color Cylindrical-coordinate representation of color #CC1657: hue angle of 338.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1657 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB2042287-
CMYK00.890.570.2
HSL338.57º80.53%44.31%-
HSV(B)338.57º89.22%80%-
XYZ26.9114.110.32-
YUV83.83129.8213.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.18%
GREEN value IS 22 (8.98% from 255) = 7.03%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=65.18%
G=7.03%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204228700.890.570.2338.5780.5344.31
HexCC16570593914153512c
Octal314261270131712452312154
Binary1100110010110101011101011001111001101001010100111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1657; }

 p { color: rgb(204,22,87); }

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

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

 a { background-color: rgb(204,22,87); }

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

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

 span { border-color: rgb(204,22,87); }

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