Html Css Color HEX #CB0D56 Ruby

📋 copy color: '#CB0D56'

red 203 ◦ green 13 ◦ blue 86

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

Shades of Ruby #CB0D56

Tints of Ruby #CB0D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 67.22%
G = 4.3%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB0D56 (or 0xCB0D56) is known color: Ruby. HEX triplet: CB, 0D and 56. RGB value is (203,13,86). Sum of RGB (Red+Green+Blue) = 203+13+86=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D56 is #34F2A9. Grayscale: #4E4E4E. Windows color (decimal): -3469994 or 5639627. OLE color: 5639627.

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

Color convert

RGB 203 13 86 -
CMYK 0 0.94 0.58 0.20
HSL 336.95º 0.88% 0.42% -
HSV(B) 336.95º 0.94% 0.8% -
XYZ 26.45 13.66 10.05 -
YUV 78.13 132.45 217.06 -
System Red Green Blue C M Y K H S L
Decimal 203 13 86 0 0.94 0.58 0.20 336.95 0.88 0.42
Hex CB D 56 0 5E 3A 14 151 58 2A
Octal 313 15 126 0 136 72 24 521 130 52
Binary 11001011 1101 1010110 0 1011110 111010 10100 101010001 1011000 101010

Color Harmonies of #CB0D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0D56

Black with #CB0D56

Text Example


Text Example

White with #CB0D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0D56; }

 p { color: rgb(203,13,86); }

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

background-color css

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

 a { background-color: rgb(203,13,86); }

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

border-color css

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

 span { border-color: rgb(203,13,86); }

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