#CA2062

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

Shades of Ruby #CA2062

Tints of Ruby #CA2062

Color information

#CA2062 (or 0xCA2062) is unknown color: approx Ruby. HEX triplet: CA, 20 and 62. RGB value is (202,32,98). Sum of RGB (Red+Green+Blue) = 202+32+98=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2062 is #35DF9D. Grayscale: #5A5A5A. Windows color (decimal): -3530654 or 6430922. OLE color: 6430922.

HSL color Cylindrical-coordinate representation of color #CA2062: hue angle of 336.71º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2062 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB2023298-
CMYK00.840.510.21
HSL336.71º72.65%45.88%-
HSV(B)336.71º84.16%79.22%-
XYZ27.0814.4712.92-
YUV90.35132.32207.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.84%
GREEN value IS 32 (12.89% from 255) = 9.64%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=60.84%
G=9.64%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202329800.840.510.21336.7172.6545.88
HexCA20620543315151492e
Octal312401420124632552111156
Binary11001010100000110001001010100110011101011010100011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2062; }

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

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

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

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

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

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

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

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