#CC205B

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

Shades of Ruby #CC205B

Tints of Ruby #CC205B

Color information

#CC205B (or 0xCC205B) is unknown color: approx Ruby. HEX triplet: CC, 20 and 5B. RGB value is (204,32,91). Sum of RGB (Red+Green+Blue) = 204+32+91=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC205B is #33DFA4. Grayscale: #5A5A5A. Windows color (decimal): -3399589 or 5972172. OLE color: 5972172.

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

Color convert

RGB2043291-
CMYK00.840.550.2
HSL339.42º72.88%46.27%-
HSV(B)339.42º84.31%80%-
XYZ27.3114.6311.28-
YUV90.15128.48209.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.39%
GREEN value IS 32 (12.89% from 255) = 9.79%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=62.39%
G=9.79%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204329100.840.550.2339.4272.8846.27
HexCC205B0543714153492e
Octal314401330124672452311156
Binary11001100100000101101101010100110111101001010100111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC205B; }

 p { color: rgb(204,32,91); }

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

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

 a { background-color: rgb(204,32,91); }

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

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

 span { border-color: rgb(204,32,91); }

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