Html Css Color HEX #CA185B Ruby

📋 copy color: '#CA185B'

red 202 ◦ green 24 ◦ blue 91

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

Shades of Ruby #CA185B

Tints of Ruby #CA185B

RGB

 RED value IS 202 (79.3% from 255) = 63.72%

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

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

R = 63.72%
G = 7.57%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA185B (or 0xCA185B) is known color: Ruby. HEX triplet: CA, 18 and 5B. RGB value is (202,24,91). Sum of RGB (Red+Green+Blue) = 202+24+91=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA185B is #35E7A4. Grayscale: #545454. Windows color (decimal): -3532709 or 5970122. OLE color: 5970122.

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

Color convert

RGB 202 24 91 -
CMYK 0 0.88 0.55 0.21
HSL 337.42º 0.79% 0.44% -
HSV(B) 337.42º 0.88% 0.79% -
XYZ 26.57 13.97 11.19 -
YUV 84.86 131.47 211.55 -
System Red Green Blue C M Y K H S L
Decimal 202 24 91 0 0.88 0.55 0.21 337.42 0.79 0.44
Hex CA 18 5B 0 58 37 15 151 4F 2C
Octal 312 30 133 0 130 67 25 521 117 54
Binary 11001010 11000 1011011 0 1011000 110111 10101 101010001 1001111 101100

Color Harmonies of #CA185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA185B

Black with #CA185B

Text Example


Text Example

White with #CA185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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