Html Css Color HEX #CB0959 Ruby

📋 copy color: '#CB0959'

red 203 ◦ green 9 ◦ blue 89

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

Shades of Ruby #CB0959

Tints of Ruby #CB0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 67.44%
G = 2.99%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB0959 (or 0xCB0959) is known color: Ruby. HEX triplet: CB, 09 and 59. RGB value is (203,9,89). Sum of RGB (Red+Green+Blue) = 203+9+89=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0959 is #34F6A6. Grayscale: #4C4C4C. Windows color (decimal): -3471015 or 5835211. OLE color: 5835211.

HSL color Cylindrical-coordinate representation of color #CB0959: hue angle of 335.26º 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 #CB0959 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 9 89 -
CMYK 0 0.96 0.56 0.20
HSL 335.26º 0.92% 0.42% -
HSV(B) 335.26º 0.96% 0.8% -
XYZ 26.53 13.61 10.68 -
YUV 76.13 135.27 218.5 -
System Red Green Blue C M Y K H S L
Decimal 203 9 89 0 0.96 0.56 0.20 335.26 0.92 0.42
Hex CB 9 59 0 60 38 14 14F 5C 2A
Octal 313 11 131 0 140 70 24 517 134 52
Binary 11001011 1001 1011001 0 1100000 111000 10100 101001111 1011100 101010

Color Harmonies of #CB0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0959

Black with #CB0959

Text Example


Text Example

White with #CB0959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0959; }

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

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

background-color css

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

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

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

border-color css

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

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

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