Html Css Color HEX #CA1A65 Ruby

📋 copy color: '#CA1A65'

red 202 ◦ green 26 ◦ blue 101

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

Shades of Ruby #CA1A65

Tints of Ruby #CA1A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 61.4%
G = 7.9%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA1A65 (or 0xCA1A65) is known color: Ruby. HEX triplet: CA, 1A and 65. RGB value is (202,26,101). Sum of RGB (Red+Green+Blue) = 202+26+101=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1A65 is #35E59A. Grayscale: #575757. Windows color (decimal): -3532187 or 6625994. OLE color: 6625994.

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

Color convert

RGB 202 26 101 -
CMYK 0 0.87 0.50 0.21
HSL 334.43º 0.77% 0.45% -
HSV(B) 334.43º 0.87% 0.79% -
XYZ 27.08 14.23 13.63 -
YUV 87.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 202 26 101 0 0.87 0.50 0.21 334.43 0.77 0.45
Hex CA 1A 65 0 57 32 15 14E 4D 2D
Octal 312 32 145 0 127 62 25 516 115 55
Binary 11001010 11010 1100101 0 1010111 110010 10101 101001110 1001101 101101

Color Harmonies of #CA1A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1A65

Black with #CA1A65

Text Example


Text Example

White with #CA1A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1A65; }

 p { color: rgb(202,26,101); }

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

background-color css

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

 a { background-color: rgb(202,26,101); }

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

border-color css

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

 span { border-color: rgb(202,26,101); }

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