#CC1D57

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

Shades of Ruby #CC1D57

Tints of Ruby #CC1D57

Color information

#CC1D57 (or 0xCC1D57) is unknown color: approx Ruby. HEX triplet: CC, 1D and 57. RGB value is (204,29,87). Sum of RGB (Red+Green+Blue) = 204+29+87=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1D57 is #33E2A8. Grayscale: #575757. Windows color (decimal): -3400361 or 5709260. OLE color: 5709260.

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

Color convert

RGB2042987-
CMYK00.860.570.2
HSL340.11º75.11%45.69%-
HSV(B)340.11º85.78%80%-
XYZ27.0614.410.37-
YUV87.94127.48210.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.75%
GREEN value IS 29 (11.72% from 255) = 9.06%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=63.75%
G=9.06%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204298700.860.570.2340.1175.1145.69
HexCC1D5705639141544b2e
Octal314351270126712452411356
Binary1100110011101101011101010110111001101001010101001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1D57; }

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

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

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

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

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

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

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

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