Html Css Color HEX #CD0859 Ruby

📋 copy color: '#CD0859'

red 205 ◦ green 8 ◦ blue 89

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

Shades of Ruby #CD0859

Tints of Ruby #CD0859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

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

R = 67.88%
G = 2.65%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CD0859 (or 0xCD0859) is known color: Ruby. HEX triplet: CD, 08 and 59. RGB value is (205,8,89). Sum of RGB (Red+Green+Blue) = 205+8+89=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0859 is #32F7A6. Grayscale: #4C4C4C. Windows color (decimal): -3340199 or 5834957. OLE color: 5834957.

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

Color convert

RGB 205 8 89 -
CMYK 0 0.96 0.57 0.20
HSL 335.33º 0.92% 0.42% -
HSV(B) 335.33º 0.96% 0.8% -
XYZ 27.07 13.87 10.7 -
YUV 76.14 135.27 219.91 -
System Red Green Blue C M Y K H S L
Decimal 205 8 89 0 0.96 0.57 0.20 335.33 0.92 0.42
Hex CD 8 59 0 60 39 14 14F 5C 2A
Octal 315 10 131 0 140 71 24 517 134 52
Binary 11001101 1000 1011001 0 1100000 111001 10100 101001111 1011100 101010

Color Harmonies of #CD0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0859

Black with #CD0859

Text Example


Text Example

White with #CD0859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0859; }

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

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

background-color css

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

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

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

border-color css

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

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

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