Html Css Color HEX #CB1465 Ruby

📋 copy color: '#CB1465'

red 203 ◦ green 20 ◦ blue 101

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

Shades of Ruby #CB1465

Tints of Ruby #CB1465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 62.65%
G = 6.17%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB1465 (or 0xCB1465) is known color: Ruby. HEX triplet: CB, 14 and 65. RGB value is (203,20,101). Sum of RGB (Red+Green+Blue) = 203+20+101=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1465 is #34EB9A. Grayscale: #535353. Windows color (decimal): -3468187 or 6624459. OLE color: 6624459.

HSL color Cylindrical-coordinate representation of color #CB1465: hue angle of 333.44º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1465 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 20 101 -
CMYK 0 0.90 0.50 0.20
HSL 333.44º 0.82% 0.44% -
HSV(B) 333.44º 0.9% 0.8% -
XYZ 27.23 14.14 13.61 -
YUV 83.95 137.63 212.91 -
System Red Green Blue C M Y K H S L
Decimal 203 20 101 0 0.90 0.50 0.20 333.44 0.82 0.44
Hex CB 14 65 0 5A 32 14 14D 52 2C
Octal 313 24 145 0 132 62 24 515 122 54
Binary 11001011 10100 1100101 0 1011010 110010 10100 101001101 1010010 101100

Color Harmonies of #CB1465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1465

Black with #CB1465

Text Example


Text Example

White with #CB1465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1465; }

 p { color: rgb(203,20,101); }

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

background-color css

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

 a { background-color: rgb(203,20,101); }

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

border-color css

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

 span { border-color: rgb(203,20,101); }

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