Html Css Color HEX #CB185B Ruby

📋 copy color: '#CB185B'

red 203 ◦ green 24 ◦ blue 91

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

Shades of Ruby #CB185B

Tints of Ruby #CB185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

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

R = 63.84%
G = 7.55%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB185B (or 0xCB185B) is known color: Ruby. HEX triplet: CB, 18 and 5B. RGB value is (203,24,91). Sum of RGB (Red+Green+Blue) = 203+24+91=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB185B is #34E7A4. Grayscale: #555555. Windows color (decimal): -3467173 or 5970123. OLE color: 5970123.

HSL color Cylindrical-coordinate representation of color #CB185B: hue angle of 337.54º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB185B is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 91 -
CMYK 0 0.88 0.55 0.20
HSL 337.54º 0.79% 0.45% -
HSV(B) 337.54º 0.88% 0.8% -
XYZ 26.84 14.11 11.21 -
YUV 85.16 131.3 212.05 -
System Red Green Blue C M Y K H S L
Decimal 203 24 91 0 0.88 0.55 0.20 337.54 0.79 0.45
Hex CB 18 5B 0 58 37 14 152 4F 2D
Octal 313 30 133 0 130 67 24 522 117 55
Binary 11001011 11000 1011011 0 1011000 110111 10100 101010010 1001111 101101

Color Harmonies of #CB185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB185B

Black with #CB185B

Text Example


Text Example

White with #CB185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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