Html Css Color HEX #CA2064 Ruby

📋 copy color: '#CA2064'

red 202 ◦ green 32 ◦ blue 100

#CA2064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #CA2064

Tints of Ruby #CA2064

RGB

 RED value IS 202 (79.3% from 255) = 60.48%

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 60.48%
G = 9.58%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA2064 (or 0xCA2064) is known color: Ruby. HEX triplet: CA, 20 and 64. RGB value is (202,32,100). Sum of RGB (Red+Green+Blue) = 202+32+100=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2064 is #35DF9B. Grayscale: #5A5A5A. Windows color (decimal): -3530652 or 6561994. OLE color: 6561994.

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

Color convert

RGB 202 32 100 -
CMYK 0 0.84 0.50 0.21
HSL 336º 0.73% 0.46% -
HSV(B) 336º 0.84% 0.79% -
XYZ 27.17 14.51 13.43 -
YUV 90.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 202 32 100 0 0.84 0.50 0.21 336 0.73 0.46
Hex CA 20 64 0 54 32 15 150 49 2E
Octal 312 40 144 0 124 62 25 520 111 56
Binary 11001010 100000 1100100 0 1010100 110010 10101 101010000 1001001 101110

Color Harmonies of #CA2064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2064

Black with #CA2064

Text Example


Text Example

White with #CA2064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2064; }

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

 H1.HeaderClassName
 {
   color: #CA2064;
 }
 .AnyTagClassName
 {
   color: #CA2064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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