Html Css Color HEX #CB155E Ruby

📋 copy color: '#CB155E'

red 203 ◦ green 21 ◦ blue 94

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

Shades of Ruby #CB155E

Tints of Ruby #CB155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 63.84%
G = 6.6%
B = 29.56%

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

#CB155E (or 0xCB155E) is known color: Ruby. HEX triplet: CB, 15 and 5E. RGB value is (203,21,94). Sum of RGB (Red+Green+Blue) = 203+21+94=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB155E is #34EAA1. Grayscale: #535353. Windows color (decimal): -3467938 or 6165963. OLE color: 6165963.

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

Color convert

RGB 203 21 94 -
CMYK 0 0.90 0.54 0.20
HSL 335.93º 0.81% 0.44% -
HSV(B) 335.93º 0.9% 0.8% -
XYZ 26.92 14.04 11.88 -
YUV 83.74 133.8 213.06 -
System Red Green Blue C M Y K H S L
Decimal 203 21 94 0 0.90 0.54 0.20 335.93 0.81 0.44
Hex CB 15 5E 0 5A 36 14 150 51 2C
Octal 313 25 136 0 132 66 24 520 121 54
Binary 11001011 10101 1011110 0 1011010 110110 10100 101010000 1010001 101100

Color Harmonies of #CB155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB155E

Black with #CB155E

Text Example


Text Example

White with #CB155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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