Html Css Color HEX #CB155A Ruby

📋 copy color: '#CB155A'

red 203 ◦ green 21 ◦ blue 90

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

Shades of Ruby #CB155A

Tints of Ruby #CB155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 64.65%
G = 6.69%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB155A (or 0xCB155A) is known color: Ruby. HEX triplet: CB, 15 and 5A. RGB value is (203,21,90). Sum of RGB (Red+Green+Blue) = 203+21+90=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB155A is #34EAA5. Grayscale: #535353. Windows color (decimal): -3467942 or 5903819. OLE color: 5903819.

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

Color convert

RGB 203 21 90 -
CMYK 0 0.90 0.56 0.20
HSL 337.25º 0.81% 0.44% -
HSV(B) 337.25º 0.9% 0.8% -
XYZ 26.74 13.97 10.96 -
YUV 83.28 131.8 213.39 -
System Red Green Blue C M Y K H S L
Decimal 203 21 90 0 0.90 0.56 0.20 337.25 0.81 0.44
Hex CB 15 5A 0 5A 38 14 151 51 2C
Octal 313 25 132 0 132 70 24 521 121 54
Binary 11001011 10101 1011010 0 1011010 111000 10100 101010001 1010001 101100

Color Harmonies of #CB155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB155A

Black with #CB155A

Text Example


Text Example

White with #CB155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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