#CD1C6B

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

Shades of Ruby #CD1C6B

Tints of Ruby #CD1C6B

Color information

#CD1C6B (or 0xCD1C6B) is unknown color: approx Ruby. HEX triplet: CD, 1C and 6B. RGB value is (205,28,107). Sum of RGB (Red+Green+Blue) = 205+28+107=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C6B is #32E394. Grayscale: #595959. Windows color (decimal): -3335061 or 7019725. OLE color: 7019725.

HSL color Cylindrical-coordinate representation of color #CD1C6B: hue angle of 333.22º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1C6B is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20528107-
CMYK00.860.480.20
HSL333.22º75.97%45.69%-
HSV(B)333.22º86.34%80.39%-
XYZ28.2514.8715.29-
YUV89.93137.64210.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.29%
GREEN value IS 28 (11.33% from 255) = 8.24%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=60.29%
G=8.24%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052810700.860.480.20333.2275.9745.69
HexCD1C6B056301414d4c2e
Octal315341530126602451511456
Binary1100110111100110101101010110110000101001010011011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1C6B; }

 p { color: rgb(205,28,107); }

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

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

 a { background-color: rgb(205,28,107); }

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

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

 span { border-color: rgb(205,28,107); }

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