Html Css Color HEX #CA1261 Ruby

📋 copy color: '#CA1261'

red 202 ◦ green 18 ◦ blue 97

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

Shades of Ruby #CA1261

Tints of Ruby #CA1261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

 BLUE value IS 97 (38.28% from 255) = 30.6%

R = 63.72%
G = 5.68%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA1261 (or 0xCA1261) is known color: Ruby. HEX triplet: CA, 12 and 61. RGB value is (202,18,97). Sum of RGB (Red+Green+Blue) = 202+18+97=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1261 is #35ED9E. Grayscale: #515151. Windows color (decimal): -3534239 or 6361802. OLE color: 6361802.

HSL color Cylindrical-coordinate representation of color #CA1261: hue angle of 334.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1261 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 18 97 -
CMYK 0 0.91 0.52 0.21
HSL 334.24º 0.84% 0.43% -
HSV(B) 334.24º 0.91% 0.79% -
XYZ 26.73 13.85 12.57 -
YUV 82.02 136.46 213.58 -
System Red Green Blue C M Y K H S L
Decimal 202 18 97 0 0.91 0.52 0.21 334.24 0.84 0.43
Hex CA 12 61 0 5B 34 15 14E 54 2B
Octal 312 22 141 0 133 64 25 516 124 53
Binary 11001010 10010 1100001 0 1011011 110100 10101 101001110 1010100 101011

Color Harmonies of #CA1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1261

Black with #CA1261

Text Example


Text Example

White with #CA1261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1261; }

 p { color: rgb(202,18,97); }

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

background-color css

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

 a { background-color: rgb(202,18,97); }

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

border-color css

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

 span { border-color: rgb(202,18,97); }

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