Html Css Color HEX #CA195B Ruby

📋 copy color: '#CA195B'

red 202 ◦ green 25 ◦ blue 91

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

Shades of Ruby #CA195B

Tints of Ruby #CA195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.86%

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

R = 63.52%
G = 7.86%
B = 28.62%

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

#CA195B (or 0xCA195B) is known color: Ruby. HEX triplet: CA, 19 and 5B. RGB value is (202,25,91). Sum of RGB (Red+Green+Blue) = 202+25+91=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA195B is #35E6A4. Grayscale: #555555. Windows color (decimal): -3532453 or 5970378. OLE color: 5970378.

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

Color convert

RGB 202 25 91 -
CMYK 0 0.88 0.55 0.21
HSL 337.63º 0.78% 0.45% -
HSV(B) 337.63º 0.88% 0.79% -
XYZ 26.59 14.01 11.2 -
YUV 85.45 131.14 211.13 -
System Red Green Blue C M Y K H S L
Decimal 202 25 91 0 0.88 0.55 0.21 337.63 0.78 0.45
Hex CA 19 5B 0 58 37 15 152 4E 2D
Octal 312 31 133 0 130 67 25 522 116 55
Binary 11001010 11001 1011011 0 1011000 110111 10101 101010010 1001110 101101

Color Harmonies of #CA195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA195B

Black with #CA195B

Text Example


Text Example

White with #CA195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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