#CD085B

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

Shades of Ruby #CD085B

Tints of Ruby #CD085B

Color information

#CD085B (or 0xCD085B) is unknown color: approx Ruby. HEX triplet: CD, 08 and 5B. RGB value is (205,8,91). Sum of RGB (Red+Green+Blue) = 205+8+91=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD085B is #32F7A4. Grayscale: #4C4C4C. Windows color (decimal): -3340197 or 5966029. OLE color: 5966029.

HSL color Cylindrical-coordinate representation of color #CD085B: hue angle of 334.72º 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 #CD085B is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB205891-
CMYK00.960.560.20
HSL334.72º92.49%41.76%-
HSV(B)334.72º96.1%80.39%-
XYZ27.1513.9111.15-
YUV76.36136.27219.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 67.43%
GREEN value IS 8 (3.52% from 255) = 2.63%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=67.43%
G=2.63%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20589100.960.560.20334.7292.4941.76
HexCD85B060381414f5c2a
Octal315101330140702451713452
Binary110011011000101101101100000111000101001010011111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD085B; }

 p { color: rgb(205,8,91); }

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

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

 a { background-color: rgb(205,8,91); }

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

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

 span { border-color: rgb(205,8,91); }

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