Html Css Color HEX #CB0559 Ruby

📋 copy color: '#CB0559'

red 203 ◦ green 5 ◦ blue 89

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

Shades of Ruby #CB0559

Tints of Ruby #CB0559

RGB

 RED value IS 203 (79.69% from 255) = 68.35%

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 68.35%
G = 1.68%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB0559 (or 0xCB0559) is known color: Ruby. HEX triplet: CB, 05 and 59. RGB value is (203,5,89). Sum of RGB (Red+Green+Blue) = 203+5+89=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0559 is #34FAA6. Grayscale: #494949. Windows color (decimal): -3472039 or 5834187. OLE color: 5834187.

HSL color Cylindrical-coordinate representation of color #CB0559: hue angle of 334.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0559 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 89 -
CMYK 0 0.98 0.56 0.20
HSL 334.55º 0.95% 0.41% -
HSV(B) 334.55º 0.98% 0.8% -
XYZ 26.49 13.53 10.67 -
YUV 73.78 136.6 220.17 -
System Red Green Blue C M Y K H S L
Decimal 203 5 89 0 0.98 0.56 0.20 334.55 0.95 0.41
Hex CB 5 59 0 62 38 14 14F 5F 29
Octal 313 5 131 0 142 70 24 517 137 51
Binary 11001011 101 1011001 0 1100010 111000 10100 101001111 1011111 101001

Color Harmonies of #CB0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0559

Black with #CB0559

Text Example


Text Example

White with #CB0559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0559; }

 p { color: rgb(203,5,89); }

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

background-color css

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

 a { background-color: rgb(203,5,89); }

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

border-color css

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

 span { border-color: rgb(203,5,89); }

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