#CA1261

Color #CA1261 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #CA1261

Tints of Ruby #CA1261

Color information

#CA1261 (or 0xCA1261) is unknown color: approx 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

RGB2021897-
CMYK00.910.520.21
HSL334.24º83.64%43.14%-
HSV(B)334.24º91.09%79.22%-
XYZ26.7313.8512.57-
YUV82.02136.46213.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.72%
GREEN value IS 18 (7.42% from 255) = 5.68%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=63.72%
G=5.68%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202189700.910.520.21334.2483.6443.14
HexCA126105B341514e542b
Octal312221410133642551612453
Binary1100101010010110000101011011110100101011010011101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>