Html Css Color HEX #CB0562 Ruby

📋 copy color: '#CB0562'

red 203 ◦ green 5 ◦ blue 98

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

Shades of Ruby #CB0562

Tints of Ruby #CB0562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 66.34%
G = 1.63%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB0562 (or 0xCB0562) is known color: Ruby. HEX triplet: CB, 05 and 62. RGB value is (203,5,98). Sum of RGB (Red+Green+Blue) = 203+5+98=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0562 is #34FA9D. Grayscale: #4A4A4A. Windows color (decimal): -3472030 or 6424011. OLE color: 6424011.

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

Color convert

RGB 203 5 98 -
CMYK 0 0.98 0.52 0.20
HSL 331.82º 0.95% 0.41% -
HSV(B) 331.82º 0.98% 0.8% -
XYZ 26.89 13.69 12.78 -
YUV 74.8 141.1 219.44 -
System Red Green Blue C M Y K H S L
Decimal 203 5 98 0 0.98 0.52 0.20 331.82 0.95 0.41
Hex CB 5 62 0 62 34 14 14C 5F 29
Octal 313 5 142 0 142 64 24 514 137 51
Binary 11001011 101 1100010 0 1100010 110100 10100 101001100 1011111 101001

Color Harmonies of #CB0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0562

Black with #CB0562

Text Example


Text Example

White with #CB0562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0562; }

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

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

background-color css

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

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

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

border-color css

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

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

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