Html Css Color HEX #CB1960 Ruby

📋 copy color: '#CB1960'

red 203 ◦ green 25 ◦ blue 96

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

Shades of Ruby #CB1960

Tints of Ruby #CB1960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.72%

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 62.65%
G = 7.72%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB1960 (or 0xCB1960) is known color: Ruby. HEX triplet: CB, 19 and 60. RGB value is (203,25,96). Sum of RGB (Red+Green+Blue) = 203+25+96=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1960 is #34E69F. Grayscale: #565656. Windows color (decimal): -3466912 or 6298059. OLE color: 6298059.

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

Color convert

RGB 203 25 96 -
CMYK 0 0.88 0.53 0.20
HSL 336.07º 0.78% 0.45% -
HSV(B) 336.07º 0.88% 0.8% -
XYZ 27.09 14.24 12.39 -
YUV 86.32 133.47 211.23 -
System Red Green Blue C M Y K H S L
Decimal 203 25 96 0 0.88 0.53 0.20 336.07 0.78 0.45
Hex CB 19 60 0 58 35 14 150 4E 2D
Octal 313 31 140 0 130 65 24 520 116 55
Binary 11001011 11001 1100000 0 1011000 110101 10100 101010000 1001110 101101

Color Harmonies of #CB1960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1960

Black with #CB1960

Text Example


Text Example

White with #CB1960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1960; }

 p { color: rgb(203,25,96); }

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

background-color css

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

 a { background-color: rgb(203,25,96); }

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

border-color css

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

 span { border-color: rgb(203,25,96); }

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