Html Css Color HEX #CA145B Ruby

📋 copy color: '#CA145B'

red 202 ◦ green 20 ◦ blue 91

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

Shades of Ruby #CA145B

Tints of Ruby #CA145B

RGB

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

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

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

R = 64.54%
G = 6.39%
B = 29.07%

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

#CA145B (or 0xCA145B) is known color: Ruby. HEX triplet: CA, 14 and 5B. RGB value is (202,20,91). Sum of RGB (Red+Green+Blue) = 202+20+91=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA145B is #35EBA4. Grayscale: #525252. Windows color (decimal): -3533733 or 5969098. OLE color: 5969098.

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

Color convert

RGB 202 20 91 -
CMYK 0 0.90 0.55 0.21
HSL 336.59º 0.82% 0.44% -
HSV(B) 336.59º 0.9% 0.79% -
XYZ 26.5 13.81 11.17 -
YUV 82.51 132.8 213.23 -
System Red Green Blue C M Y K H S L
Decimal 202 20 91 0 0.90 0.55 0.21 336.59 0.82 0.44
Hex CA 14 5B 0 5A 37 15 151 52 2C
Octal 312 24 133 0 132 67 25 521 122 54
Binary 11001010 10100 1011011 0 1011010 110111 10101 101010001 1010010 101100

Color Harmonies of #CA145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA145B

Black with #CA145B

Text Example


Text Example

White with #CA145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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