#CC1055

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

Shades of Ruby #CC1055

Tints of Ruby #CC1055

Color information

#CC1055 (or 0xCC1055) is unknown color: approx Ruby. HEX triplet: CC, 10 and 55. RGB value is (204,16,85). Sum of RGB (Red+Green+Blue) = 204+16+85=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1055 is #33EFAA. Grayscale: #4F4F4F. Windows color (decimal): -3403691 or 5574860. OLE color: 5574860.

HSL color Cylindrical-coordinate representation of color #CC1055: hue angle of 337.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1055 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB2041685-
CMYK00.920.580.2
HSL337.98º85.45%43.14%-
HSV(B)337.98º92.16%80%-
XYZ26.7313.869.86-
YUV80.08130.78216.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.89%
GREEN value IS 16 (6.64% from 255) = 5.25%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=66.89%
G=5.25%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204168500.920.580.2337.9885.4543.14
HexCC105505C3A14152552b
Octal314201250134722452212553
Binary1100110010000101010101011100111010101001010100101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1055; }

 p { color: rgb(204,16,85); }

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

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

 a { background-color: rgb(204,16,85); }

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

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

 span { border-color: rgb(204,16,85); }

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