Html Css Color HEX #CB185A Ruby

📋 copy color: '#CB185A'

red 203 ◦ green 24 ◦ blue 90

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

Shades of Ruby #CB185A

Tints of Ruby #CB185A

RGB

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

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

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

R = 64.04%
G = 7.57%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB185A (or 0xCB185A) is known color: Ruby. HEX triplet: CB, 18 and 5A. RGB value is (203,24,90). Sum of RGB (Red+Green+Blue) = 203+24+90=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB185A is #34E7A5. Grayscale: #545454. Windows color (decimal): -3467174 or 5904587. OLE color: 5904587.

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

Color convert

RGB 203 24 90 -
CMYK 0 0.88 0.56 0.20
HSL 337.88º 0.79% 0.45% -
HSV(B) 337.88º 0.88% 0.8% -
XYZ 26.8 14.09 10.98 -
YUV 85.05 130.8 212.13 -
System Red Green Blue C M Y K H S L
Decimal 203 24 90 0 0.88 0.56 0.20 337.88 0.79 0.45
Hex CB 18 5A 0 58 38 14 152 4F 2D
Octal 313 30 132 0 130 70 24 522 117 55
Binary 11001011 11000 1011010 0 1011000 111000 10100 101010010 1001111 101101

Color Harmonies of #CB185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB185A

Black with #CB185A

Text Example


Text Example

White with #CB185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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