Html Css Color HEX #CD1760 Ruby

📋 copy color: '#CD1760'

red 205 ◦ green 23 ◦ blue 96

#CD1760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #CD1760

Tints of Ruby #CD1760

RGB

 RED value IS 205 (80.47% from 255) = 63.27%

 GREEN value IS 23 (9.38% from 255) = 7.1%

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 63.27%
G = 7.1%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD1760 (or 0xCD1760) is known color: Ruby. HEX triplet: CD, 17 and 60. RGB value is (205,23,96). Sum of RGB (Red+Green+Blue) = 205+23+96=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1760 is #32E89F. Grayscale: #555555. Windows color (decimal): -3336352 or 6297549. OLE color: 6297549.

HSL color Cylindrical-coordinate representation of color #CD1760: hue angle of 335.93º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1760 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 23 96 -
CMYK 0 0.89 0.53 0.20
HSL 335.93º 0.8% 0.45% -
HSV(B) 335.93º 0.89% 0.8% -
XYZ 27.59 14.44 12.4 -
YUV 85.74 133.8 213.06 -
System Red Green Blue C M Y K H S L
Decimal 205 23 96 0 0.89 0.53 0.20 335.93 0.8 0.45
Hex CD 17 60 0 59 35 14 150 50 2D
Octal 315 27 140 0 131 65 24 520 120 55
Binary 11001101 10111 1100000 0 1011001 110101 10100 101010000 1010000 101101

Color Harmonies of #CD1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1760

Black with #CD1760

Text Example


Text Example

White with #CD1760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1760; }

 p { color: rgb(205,23,96); }

 H1.HeaderClassName
 {
   color: #CD1760;
 }
 .AnyTagClassName
 {
   color: #CD1760;
 }
</style>

background-color css

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

 a { background-color: rgb(205,23,96); }

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

border-color css

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

 span { border-color: rgb(205,23,96); }

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