Html Css Color HEX #CD1260 Ruby

📋 copy color: '#CD1260'

red 205 ◦ green 18 ◦ blue 96

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

Shades of Ruby #CD1260

Tints of Ruby #CD1260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

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

R = 64.26%
G = 5.64%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD1260 (or 0xCD1260) is known color: Ruby. HEX triplet: CD, 12 and 60. RGB value is (205,18,96). Sum of RGB (Red+Green+Blue) = 205+18+96=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1260 is #32ED9F. Grayscale: #525252. Windows color (decimal): -3337632 or 6296269. OLE color: 6296269.

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

Color convert

RGB 205 18 96 -
CMYK 0 0.91 0.53 0.20
HSL 334.97º 0.84% 0.44% -
HSV(B) 334.97º 0.91% 0.8% -
XYZ 27.5 14.26 12.37 -
YUV 82.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 205 18 96 0 0.91 0.53 0.20 334.97 0.84 0.44
Hex CD 12 60 0 5B 35 14 14F 54 2C
Octal 315 22 140 0 133 65 24 517 124 54
Binary 11001101 10010 1100000 0 1011011 110101 10100 101001111 1010100 101100

Color Harmonies of #CD1260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1260

Black with #CD1260

Text Example


Text Example

White with #CD1260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1260; }

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

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

background-color css

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

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

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

border-color css

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

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

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