#CA1262

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

Shades of Ruby #CA1262

Tints of Ruby #CA1262

Color information

#CA1262 (or 0xCA1262) is unknown color: approx Ruby. HEX triplet: CA, 12 and 62. RGB value is (202,18,98). Sum of RGB (Red+Green+Blue) = 202+18+98=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1262 is #35ED9D. Grayscale: #525252. Windows color (decimal): -3534238 or 6427338. OLE color: 6427338.

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

Color convert

RGB2021898-
CMYK00.910.510.21
HSL333.91º83.64%43.14%-
HSV(B)333.91º91.09%79.22%-
XYZ26.7813.8712.82-
YUV82.14136.96213.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.52%
GREEN value IS 18 (7.42% from 255) = 5.66%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=63.52%
G=5.66%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202189800.910.510.21333.9183.6443.14
HexCA126205B331514e542b
Octal312221420133632551612453
Binary1100101010010110001001011011110011101011010011101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1262; }

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

 H1.HeaderClassName
 {
   color: #CA1262;
 }
 .AnyTagClassName
 {
   color: #CA1262;
 }
</style>
background-color css

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

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

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

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

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

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