Html Css Color HEX #CB1059 Ruby

📋 copy color: '#CB1059'

red 203 ◦ green 16 ◦ blue 89

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

Shades of Ruby #CB1059

Tints of Ruby #CB1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

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

R = 65.91%
G = 5.19%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB1059 (or 0xCB1059) is known color: Ruby. HEX triplet: CB, 10 and 59. RGB value is (203,16,89). Sum of RGB (Red+Green+Blue) = 203+16+89=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1059 is #34EFA6. Grayscale: #505050. Windows color (decimal): -3469223 or 5837003. OLE color: 5837003.

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

Color convert

RGB 203 16 89 -
CMYK 0 0.92 0.56 0.20
HSL 336.58º 0.85% 0.43% -
HSV(B) 336.58º 0.92% 0.8% -
XYZ 26.62 13.79 10.71 -
YUV 80.24 132.95 215.56 -
System Red Green Blue C M Y K H S L
Decimal 203 16 89 0 0.92 0.56 0.20 336.58 0.85 0.43
Hex CB 10 59 0 5C 38 14 151 55 2B
Octal 313 20 131 0 134 70 24 521 125 53
Binary 11001011 10000 1011001 0 1011100 111000 10100 101010001 1010101 101011

Color Harmonies of #CB1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1059

Black with #CB1059

Text Example


Text Example

White with #CB1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1059; }

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

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

background-color css

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

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

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

border-color css

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

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

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