Html Css Color HEX #CA145A Ruby

📋 copy color: '#CA145A'

red 202 ◦ green 20 ◦ blue 90

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

Shades of Ruby #CA145A

Tints of Ruby #CA145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

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

R = 64.74%
G = 6.41%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA145A (or 0xCA145A) is known color: Ruby. HEX triplet: CA, 14 and 5A. RGB value is (202,20,90). Sum of RGB (Red+Green+Blue) = 202+20+90=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA145A is #35EBA5. Grayscale: #525252. Windows color (decimal): -3533734 or 5903562. OLE color: 5903562.

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

Color convert

RGB 202 20 90 -
CMYK 0 0.90 0.55 0.21
HSL 336.92º 0.82% 0.44% -
HSV(B) 336.92º 0.9% 0.79% -
XYZ 26.45 13.8 10.94 -
YUV 82.4 132.3 213.31 -
System Red Green Blue C M Y K H S L
Decimal 202 20 90 0 0.90 0.55 0.21 336.92 0.82 0.44
Hex CA 14 5A 0 5A 37 15 151 52 2C
Octal 312 24 132 0 132 67 25 521 122 54
Binary 11001010 10100 1011010 0 1011010 110111 10101 101010001 1010010 101100

Color Harmonies of #CA145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA145A

Black with #CA145A

Text Example


Text Example

White with #CA145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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