Html Css Color HEX #CA195F Ruby

📋 copy color: '#CA195F'

red 202 ◦ green 25 ◦ blue 95

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

Shades of Ruby #CA195F

Tints of Ruby #CA195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 62.73%
G = 7.76%
B = 29.5%

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

#CA195F (or 0xCA195F) is known color: Ruby. HEX triplet: CA, 19 and 5F. RGB value is (202,25,95). Sum of RGB (Red+Green+Blue) = 202+25+95=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA195F is #35E6A0. Grayscale: #555555. Windows color (decimal): -3532449 or 6232522. OLE color: 6232522.

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

Color convert

RGB 202 25 95 -
CMYK 0 0.88 0.53 0.21
HSL 336.27º 0.78% 0.45% -
HSV(B) 336.27º 0.88% 0.79% -
XYZ 26.77 14.08 12.13 -
YUV 85.9 133.14 210.81 -
System Red Green Blue C M Y K H S L
Decimal 202 25 95 0 0.88 0.53 0.21 336.27 0.78 0.45
Hex CA 19 5F 0 58 35 15 150 4E 2D
Octal 312 31 137 0 130 65 25 520 116 55
Binary 11001010 11001 1011111 0 1011000 110101 10101 101010000 1001110 101101

Color Harmonies of #CA195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA195F

Black with #CA195F

Text Example


Text Example

White with #CA195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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