#CA1265

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

Shades of Ruby #CA1265

Tints of Ruby #CA1265

Color information

#CA1265 (or 0xCA1265) is unknown color: approx Ruby. HEX triplet: CA, 12 and 65. RGB value is (202,18,101). Sum of RGB (Red+Green+Blue) = 202+18+101=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1265 is #35ED9A. Grayscale: #525252. Windows color (decimal): -3534235 or 6623946. OLE color: 6623946.

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

Color convert

RGB20218101-
CMYK00.910.500.21
HSL332.93º83.64%43.14%-
HSV(B)332.93º91.09%79.22%-
XYZ26.9213.9313.58-
YUV82.48138.46213.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.93%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=62.93%
G=5.61%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021810100.910.500.21332.9383.6443.14
HexCA126505B321514d542b
Octal312221450133622551512453
Binary1100101010010110010101011011110010101011010011011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1265; }

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

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

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

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

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

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

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

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