Html Css Color HEX #CB0859 Ruby

📋 copy color: '#CB0859'

red 203 ◦ green 8 ◦ blue 89

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

Shades of Ruby #CB0859

Tints of Ruby #CB0859

RGB

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

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

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

R = 67.67%
G = 2.67%
B = 29.67%

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

#CB0859 (or 0xCB0859) is known color: Ruby. HEX triplet: CB, 08 and 59. RGB value is (203,8,89). Sum of RGB (Red+Green+Blue) = 203+8+89=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0859 is #34F7A6. Grayscale: #4B4B4B. Windows color (decimal): -3471271 or 5834955. OLE color: 5834955.

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

Color convert

RGB 203 8 89 -
CMYK 0 0.96 0.56 0.20
HSL 335.08º 0.92% 0.41% -
HSV(B) 335.08º 0.96% 0.8% -
XYZ 26.52 13.59 10.68 -
YUV 75.54 135.6 218.91 -
System Red Green Blue C M Y K H S L
Decimal 203 8 89 0 0.96 0.56 0.20 335.08 0.92 0.41
Hex CB 8 59 0 60 38 14 14F 5C 29
Octal 313 10 131 0 140 70 24 517 134 51
Binary 11001011 1000 1011001 0 1100000 111000 10100 101001111 1011100 101001

Color Harmonies of #CB0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0859

Black with #CB0859

Text Example


Text Example

White with #CB0859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0859; }

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

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

background-color css

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

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

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

border-color css

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

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

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