Html Css Color HEX #CB155D Ruby

📋 copy color: '#CB155D'

red 203 ◦ green 21 ◦ blue 93

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

Shades of Ruby #CB155D

Tints of Ruby #CB155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 64.04%
G = 6.62%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB155D (or 0xCB155D) is known color: Ruby. HEX triplet: CB, 15 and 5D. RGB value is (203,21,93). Sum of RGB (Red+Green+Blue) = 203+21+93=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB155D is #34EAA2. Grayscale: #535353. Windows color (decimal): -3467939 or 6100427. OLE color: 6100427.

HSL color Cylindrical-coordinate representation of color #CB155D: hue angle of 336.26º degrees, saturation: 0.81, 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 #CB155D is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 93 -
CMYK 0 0.90 0.54 0.20
HSL 336.26º 0.81% 0.44% -
HSV(B) 336.26º 0.9% 0.8% -
XYZ 26.87 14.02 11.65 -
YUV 83.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 203 21 93 0 0.90 0.54 0.20 336.26 0.81 0.44
Hex CB 15 5D 0 5A 36 14 150 51 2C
Octal 313 25 135 0 132 66 24 520 121 54
Binary 11001011 10101 1011101 0 1011010 110110 10100 101010000 1010001 101100

Color Harmonies of #CB155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB155D

Black with #CB155D

Text Example


Text Example

White with #CB155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB155D; }

 p { color: rgb(203,21,93); }

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

background-color css

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

 a { background-color: rgb(203,21,93); }

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

border-color css

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

 span { border-color: rgb(203,21,93); }

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