Html Css Color HEX #CA2061 Ruby

📋 copy color: '#CA2061'

red 202 ◦ green 32 ◦ blue 97

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

Shades of Ruby #CA2061

Tints of Ruby #CA2061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 61.03%
G = 9.67%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA2061 (or 0xCA2061) is known color: Ruby. HEX triplet: CA, 20 and 61. RGB value is (202,32,97). Sum of RGB (Red+Green+Blue) = 202+32+97=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2061 is #35DF9E. Grayscale: #5A5A5A. Windows color (decimal): -3530655 or 6365386. OLE color: 6365386.

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

Color convert

RGB 202 32 97 -
CMYK 0 0.84 0.52 0.21
HSL 337.06º 0.73% 0.46% -
HSV(B) 337.06º 0.84% 0.79% -
XYZ 27.03 14.45 12.67 -
YUV 90.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 202 32 97 0 0.84 0.52 0.21 337.06 0.73 0.46
Hex CA 20 61 0 54 34 15 151 49 2E
Octal 312 40 141 0 124 64 25 521 111 56
Binary 11001010 100000 1100001 0 1010100 110100 10101 101010001 1001001 101110

Color Harmonies of #CA2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2061

Black with #CA2061

Text Example


Text Example

White with #CA2061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2061; }

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

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

background-color css

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

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

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

border-color css

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

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

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