Html Css Color HEX #CD0759 Ruby

📋 copy color: '#CD0759'

red 205 ◦ green 7 ◦ blue 89

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

Shades of Ruby #CD0759

Tints of Ruby #CD0759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 89 (35.16% from 255) = 29.57%

R = 68.11%
G = 2.33%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CD0759 (or 0xCD0759) is known color: Ruby. HEX triplet: CD, 07 and 59. RGB value is (205,7,89). Sum of RGB (Red+Green+Blue) = 205+7+89=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0759 is #32F8A6. Grayscale: #4B4B4B. Windows color (decimal): -3340455 or 5834701. OLE color: 5834701.

HSL color Cylindrical-coordinate representation of color #CD0759: hue angle of 335.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0759 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 7 89 -
CMYK 0 0.97 0.57 0.20
HSL 335.15º 0.93% 0.42% -
HSV(B) 335.15º 0.97% 0.8% -
XYZ 27.06 13.85 10.7 -
YUV 75.55 135.6 220.33 -
System Red Green Blue C M Y K H S L
Decimal 205 7 89 0 0.97 0.57 0.20 335.15 0.93 0.42
Hex CD 7 59 0 61 39 14 14F 5D 2A
Octal 315 7 131 0 141 71 24 517 135 52
Binary 11001101 111 1011001 0 1100001 111001 10100 101001111 1011101 101010

Color Harmonies of #CD0759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0759

Black with #CD0759

Text Example


Text Example

White with #CD0759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0759; }

 p { color: rgb(205,7,89); }

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

background-color css

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

 a { background-color: rgb(205,7,89); }

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

border-color css

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

 span { border-color: rgb(205,7,89); }

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