Html Css Color HEX #CA2062 Ruby

📋 copy color: '#CA2062'

red 202 ◦ green 32 ◦ blue 98

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

Shades of Ruby #CA2062

Tints of Ruby #CA2062

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA2062 (or 0xCA2062) is known color: 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

RGB 202 32 98 -
CMYK 0 0.84 0.51 0.21
HSL 336.71º 0.73% 0.46% -
HSV(B) 336.71º 0.84% 0.79% -
XYZ 27.08 14.47 12.92 -
YUV 90.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 202 32 98 0 0.84 0.51 0.21 336.71 0.73 0.46
Hex CA 20 62 0 54 33 15 151 49 2E
Octal 312 40 142 0 124 63 25 521 111 56
Binary 11001010 100000 1100010 0 1010100 110011 10101 101010001 1001001 101110

Color Harmonies of #CA2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2062

Black with #CA2062

Text Example


Text Example

White with #CA2062

Text Example


Text Example

HTML Codes & Css Web 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>