Html Css Color HEX #CB1A60 Ruby

📋 copy color: '#CB1A60'

red 203 ◦ green 26 ◦ blue 96

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

Shades of Ruby #CB1A60

Tints of Ruby #CB1A60

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8%

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

R = 62.46%
G = 8%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB1A60 (or 0xCB1A60) is known color: Ruby. HEX triplet: CB, 1A and 60. RGB value is (203,26,96). Sum of RGB (Red+Green+Blue) = 203+26+96=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1A60 is #34E59F. Grayscale: #565656. Windows color (decimal): -3466656 or 6298315. OLE color: 6298315.

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

Color convert

RGB 203 26 96 -
CMYK 0 0.87 0.53 0.20
HSL 336.27º 0.77% 0.45% -
HSV(B) 336.27º 0.87% 0.8% -
XYZ 27.11 14.28 12.39 -
YUV 86.9 133.14 210.81 -
System Red Green Blue C M Y K H S L
Decimal 203 26 96 0 0.87 0.53 0.20 336.27 0.77 0.45
Hex CB 1A 60 0 57 35 14 150 4D 2D
Octal 313 32 140 0 127 65 24 520 115 55
Binary 11001011 11010 1100000 0 1010111 110101 10100 101010000 1001101 101101

Color Harmonies of #CB1A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1A60

Black with #CB1A60

Text Example


Text Example

White with #CB1A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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