Html Css Color HEX #CA185E Ruby

📋 copy color: '#CA185E'

red 202 ◦ green 24 ◦ blue 94

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

Shades of Ruby #CA185E

Tints of Ruby #CA185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 63.13%
G = 7.5%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA185E (or 0xCA185E) is known color: Ruby. HEX triplet: CA, 18 and 5E. RGB value is (202,24,94). Sum of RGB (Red+Green+Blue) = 202+24+94=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA185E is #35E7A1. Grayscale: #555555. Windows color (decimal): -3532706 or 6166730. OLE color: 6166730.

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

Color convert

RGB 202 24 94 -
CMYK 0 0.88 0.53 0.21
HSL 336.4º 0.79% 0.44% -
HSV(B) 336.4º 0.88% 0.79% -
XYZ 26.7 14.02 11.89 -
YUV 85.2 132.97 211.31 -
System Red Green Blue C M Y K H S L
Decimal 202 24 94 0 0.88 0.53 0.21 336.4 0.79 0.44
Hex CA 18 5E 0 58 35 15 150 4F 2C
Octal 312 30 136 0 130 65 25 520 117 54
Binary 11001010 11000 1011110 0 1011000 110101 10101 101010000 1001111 101100

Color Harmonies of #CA185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA185E

Black with #CA185E

Text Example


Text Example

White with #CA185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA185E; }

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

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

background-color css

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

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

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

border-color css

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

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

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