#CA1964

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

Shades of Ruby #CA1964

Tints of Ruby #CA1964

Color information

#CA1964 (or 0xCA1964) is unknown color: approx Ruby. HEX triplet: CA, 19 and 64. RGB value is (202,25,100). Sum of RGB (Red+Green+Blue) = 202+25+100=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1964 is #35E69B. Grayscale: #565656. Windows color (decimal): -3532444 or 6560202. OLE color: 6560202.

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

Color convert

RGB20225100-
CMYK00.880.500.21
HSL334.58º77.97%44.51%-
HSV(B)334.58º87.62%79.22%-
XYZ27.0114.1713.37-
YUV86.47135.64210.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 25 (10.16% from 255) = 7.65%
BLUE value IS 100 (39.45% from 255) = 30.58%
R=61.77%
G=7.65%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022510000.880.500.21334.5877.9744.51
HexCA1964058321514f4e2d
Octal312311440130622551711655
Binary1100101011001110010001011000110010101011010011111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1964; }

 p { color: rgb(202,25,100); }

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

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

 a { background-color: rgb(202,25,100); }

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

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

 span { border-color: rgb(202,25,100); }

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