#CD056A

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

Shades of Ruby #CD056A

Tints of Ruby #CD056A

Color information

#CD056A (or 0xCD056A) is unknown color: approx Ruby. HEX triplet: CD, 05 and 6A. RGB value is (205,5,106). Sum of RGB (Red+Green+Blue) = 205+5+106=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD056A is #32FA95. Grayscale: #4C4C4C. Windows color (decimal): -3340950 or 6948301. OLE color: 6948301.

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

Color convert

RGB2055106-
CMYK00.980.480.20
HSL329.7º95.24%41.18%-
HSV(B)329.7º97.56%80.39%-
XYZ27.8314.1314.9-
YUV76.31144.76219.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.87%
GREEN value IS 5 (2.34% from 255) = 1.58%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=64.87%
G=1.58%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205510600.980.480.20329.795.2441.18
HexCD56A062301414a5f29
Octal31551520142602451213751
Binary11001101101110101001100010110000101001010010101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD056A; }

 p { color: rgb(205,5,106); }

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

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

 a { background-color: rgb(205,5,106); }

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

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

 span { border-color: rgb(205,5,106); }

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