Html Css Color HEX #CB155B Ruby

📋 copy color: '#CB155B'

red 203 ◦ green 21 ◦ blue 91

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

Shades of Ruby #CB155B

Tints of Ruby #CB155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 64.44%
G = 6.67%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB155B (or 0xCB155B) is known color: Ruby. HEX triplet: CB, 15 and 5B. RGB value is (203,21,91). Sum of RGB (Red+Green+Blue) = 203+21+91=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB155B is #34EAA4. Grayscale: #535353. Windows color (decimal): -3467941 or 5969355. OLE color: 5969355.

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

Color convert

RGB 203 21 91 -
CMYK 0 0.90 0.55 0.20
HSL 336.92º 0.81% 0.44% -
HSV(B) 336.92º 0.9% 0.8% -
XYZ 26.79 13.99 11.19 -
YUV 83.4 132.3 213.31 -
System Red Green Blue C M Y K H S L
Decimal 203 21 91 0 0.90 0.55 0.20 336.92 0.81 0.44
Hex CB 15 5B 0 5A 37 14 151 51 2C
Octal 313 25 133 0 132 67 24 521 121 54
Binary 11001011 10101 1011011 0 1011010 110111 10100 101010001 1010001 101100

Color Harmonies of #CB155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB155B

Black with #CB155B

Text Example


Text Example

White with #CB155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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