#CC085D

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

Shades of Ruby #CC085D

Tints of Ruby #CC085D

Color information

#CC085D (or 0xCC085D) is unknown color: approx Ruby. HEX triplet: CC, 08 and 5D. RGB value is (204,8,93). Sum of RGB (Red+Green+Blue) = 204+8+93=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC085D is #33F7A2. Grayscale: #4C4C4C. Windows color (decimal): -3405731 or 6097100. OLE color: 6097100.

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

Color convert

RGB204893-
CMYK00.960.540.2
HSL333.98º92.45%41.57%-
HSV(B)333.98º96.08%80%-
XYZ26.9613.811.6-
YUV76.29137.43219.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.89%
GREEN value IS 8 (3.52% from 255) = 2.62%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=66.89%
G=2.62%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20489300.960.540.2333.9892.4541.57
HexCC85D060361414e5c2a
Octal314101350140662451613452
Binary110011001000101110101100000110110101001010011101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC085D; }

 p { color: rgb(204,8,93); }

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

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

 a { background-color: rgb(204,8,93); }

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

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

 span { border-color: rgb(204,8,93); }

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