#CC055A

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

Shades of Ruby #CC055A

Tints of Ruby #CC055A

Color information

#CC055A (or 0xCC055A) is unknown color: approx Ruby. HEX triplet: CC, 05 and 5A. RGB value is (204,5,90). Sum of RGB (Red+Green+Blue) = 204+5+90=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC055A is #33FAA5. Grayscale: #4A4A4A. Windows color (decimal): -3406502 or 5899724. OLE color: 5899724.

HSL color Cylindrical-coordinate representation of color #CC055A: hue angle of 334.37º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC055A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB204590-
CMYK00.980.560.2
HSL334.37º95.22%40.98%-
HSV(B)334.37º97.55%80%-
XYZ26.813.6810.9-
YUV74.19136.93220.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.23%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=68.23%
G=1.67%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20459000.980.560.2334.3795.2240.98
HexCC55A062381414e5f29
Octal31451320142702451613751
Binary11001100101101101001100010111000101001010011101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC055A; }

 p { color: rgb(204,5,90); }

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

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

 a { background-color: rgb(204,5,90); }

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

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

 span { border-color: rgb(204,5,90); }

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