Html Css Color HEX #CD1050 Ruby

📋 copy color: '#CD1050'

red 205 ◦ green 16 ◦ blue 80

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

Shades of Ruby #CD1050

Tints of Ruby #CD1050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 68.11%
G = 5.32%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD1050 (or 0xCD1050) is known color: Ruby. HEX triplet: CD, 10 and 50. RGB value is (205,16,80). Sum of RGB (Red+Green+Blue) = 205+16+80=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1050 is #32EFAF. Grayscale: #4F4F4F. Windows color (decimal): -3338160 or 5247181. OLE color: 5247181.

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

Color convert

RGB 205 16 80 -
CMYK 0 0.92 0.61 0.20
HSL 339.68º 0.86% 0.43% -
HSV(B) 339.68º 0.92% 0.8% -
XYZ 26.81 13.93 8.86 -
YUV 79.81 128.12 217.3 -
System Red Green Blue C M Y K H S L
Decimal 205 16 80 0 0.92 0.61 0.20 339.68 0.86 0.43
Hex CD 10 50 0 5C 3D 14 154 56 2B
Octal 315 20 120 0 134 75 24 524 126 53
Binary 11001101 10000 1010000 0 1011100 111101 10100 101010100 1010110 101011

Color Harmonies of #CD1050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1050

Black with #CD1050

Text Example


Text Example

White with #CD1050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1050; }

 p { color: rgb(205,16,80); }

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

background-color css

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

 a { background-color: rgb(205,16,80); }

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

border-color css

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

 span { border-color: rgb(205,16,80); }

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