Html Css Color HEX #CB115A Ruby

📋 copy color: '#CB115A'

red 203 ◦ green 17 ◦ blue 90

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

Shades of Ruby #CB115A

Tints of Ruby #CB115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

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

R = 65.48%
G = 5.48%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB115A (or 0xCB115A) is known color: Ruby. HEX triplet: CB, 11 and 5A. RGB value is (203,17,90). Sum of RGB (Red+Green+Blue) = 203+17+90=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB115A is #34EEA5. Grayscale: #505050. Windows color (decimal): -3468966 or 5902795. OLE color: 5902795.

HSL color Cylindrical-coordinate representation of color #CB115A: hue angle of 336.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB115A is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 17 90 -
CMYK 0 0.92 0.56 0.20
HSL 336.45º 0.85% 0.43% -
HSV(B) 336.45º 0.92% 0.8% -
XYZ 26.67 13.84 10.94 -
YUV 80.94 133.12 215.06 -
System Red Green Blue C M Y K H S L
Decimal 203 17 90 0 0.92 0.56 0.20 336.45 0.85 0.43
Hex CB 11 5A 0 5C 38 14 150 55 2B
Octal 313 21 132 0 134 70 24 520 125 53
Binary 11001011 10001 1011010 0 1011100 111000 10100 101010000 1010101 101011

Color Harmonies of #CB115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB115A

Black with #CB115A

Text Example


Text Example

White with #CB115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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