Html Css Color HEX #CA195A Ruby

📋 copy color: '#CA195A'

red 202 ◦ green 25 ◦ blue 90

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

Shades of Ruby #CA195A

Tints of Ruby #CA195A

RGB

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

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

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

R = 63.72%
G = 7.89%
B = 28.39%

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

#CA195A (or 0xCA195A) is known color: Ruby. HEX triplet: CA, 19 and 5A. RGB value is (202,25,90). Sum of RGB (Red+Green+Blue) = 202+25+90=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA195A is #35E6A5. Grayscale: #555555. Windows color (decimal): -3532454 or 5904842. OLE color: 5904842.

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

Color convert

RGB 202 25 90 -
CMYK 0 0.88 0.55 0.21
HSL 337.97º 0.78% 0.45% -
HSV(B) 337.97º 0.88% 0.79% -
XYZ 26.55 13.99 10.97 -
YUV 85.33 130.64 211.21 -
System Red Green Blue C M Y K H S L
Decimal 202 25 90 0 0.88 0.55 0.21 337.97 0.78 0.45
Hex CA 19 5A 0 58 37 15 152 4E 2D
Octal 312 31 132 0 130 67 25 522 116 55
Binary 11001010 11001 1011010 0 1011000 110111 10101 101010010 1001110 101101

Color Harmonies of #CA195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA195A

Black with #CA195A

Text Example


Text Example

White with #CA195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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