#CA0364

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

Shades of Ruby #CA0364

Tints of Ruby #CA0364

Color information

#CA0364 (or 0xCA0364) is unknown color: approx Ruby. HEX triplet: CA, 03 and 64. RGB value is (202,3,100). Sum of RGB (Red+Green+Blue) = 202+3+100=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0364 is #35FC9B. Grayscale: #494949. Windows color (decimal): -3538076 or 6554570. OLE color: 6554570.

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

Color convert

RGB2023100-
CMYK00.990.500.21
HSL330.75º97.07%40.2%-
HSV(B)330.75º98.51%79.22%-
XYZ26.6913.5413.26-
YUV73.56142.93219.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=66.23%
G=0.98%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202310000.990.500.21330.7597.0740.2
HexCA364063321514b6128
Octal31231440143622551314150
Binary1100101011110010001100011110010101011010010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0364; }

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

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

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

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

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

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

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

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