#CC055C

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

Shades of Ruby #CC055C

Tints of Ruby #CC055C

Color information

#CC055C (or 0xCC055C) is unknown color: approx Ruby. HEX triplet: CC, 05 and 5C. RGB value is (204,5,92). Sum of RGB (Red+Green+Blue) = 204+5+92=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC055C is #33FAA3. Grayscale: #4A4A4A. Windows color (decimal): -3406500 or 6030796. OLE color: 6030796.

HSL color Cylindrical-coordinate representation of color #CC055C: hue angle of 333.77º 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 #CC055C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB204592-
CMYK00.980.550.2
HSL333.77º95.22%40.98%-
HSV(B)333.77º97.55%80%-
XYZ26.8913.7211.36-
YUV74.42137.93220.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.77%
GREEN value IS 5 (2.34% from 255) = 1.66%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=67.77%
G=1.66%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20459200.980.550.2333.7795.2240.98
HexCC55C062371414e5f29
Octal31451340142672451613751
Binary11001100101101110001100010110111101001010011101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC055C; }

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

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

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

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

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

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

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

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