Html Css Color HEX #CB1362 Ruby

📋 copy color: '#CB1362'

red 203 ◦ green 19 ◦ blue 98

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

Shades of Ruby #CB1362

Tints of Ruby #CB1362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

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

R = 63.44%
G = 5.94%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB1362 (or 0xCB1362) is known color: Ruby. HEX triplet: CB, 13 and 62. RGB value is (203,19,98). Sum of RGB (Red+Green+Blue) = 203+19+98=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1362 is #34EC9D. Grayscale: #525252. Windows color (decimal): -3468446 or 6427595. OLE color: 6427595.

HSL color Cylindrical-coordinate representation of color #CB1362: hue angle of 334.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1362 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 98 -
CMYK 0 0.91 0.52 0.20
HSL 334.24º 0.83% 0.44% -
HSV(B) 334.24º 0.91% 0.8% -
XYZ 27.07 14.04 12.84 -
YUV 83.02 136.46 213.58 -
System Red Green Blue C M Y K H S L
Decimal 203 19 98 0 0.91 0.52 0.20 334.24 0.83 0.44
Hex CB 13 62 0 5B 34 14 14E 53 2C
Octal 313 23 142 0 133 64 24 516 123 54
Binary 11001011 10011 1100010 0 1011011 110100 10100 101001110 1010011 101100

Color Harmonies of #CB1362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1362

Black with #CB1362

Text Example


Text Example

White with #CB1362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1362; }

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

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

background-color css

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

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

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

border-color css

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

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

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