Html Css Color HEX #CA2065 Ruby

📋 copy color: '#CA2065'

red 202 ◦ green 32 ◦ blue 101

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

Shades of Ruby #CA2065

Tints of Ruby #CA2065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 60.3%
G = 9.55%
B = 30.15%

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

#CA2065 (or 0xCA2065) is known color: Ruby. HEX triplet: CA, 20 and 65. RGB value is (202,32,101). Sum of RGB (Red+Green+Blue) = 202+32+101=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2065 is #35DF9A. Grayscale: #5A5A5A. Windows color (decimal): -3530651 or 6627530. OLE color: 6627530.

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

Color convert

RGB 202 32 101 -
CMYK 0 0.84 0.50 0.21
HSL 335.65º 0.73% 0.46% -
HSV(B) 335.65º 0.84% 0.79% -
XYZ 27.22 14.53 13.68 -
YUV 90.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 202 32 101 0 0.84 0.50 0.21 335.65 0.73 0.46
Hex CA 20 65 0 54 32 15 150 49 2E
Octal 312 40 145 0 124 62 25 520 111 56
Binary 11001010 100000 1100101 0 1010100 110010 10101 101010000 1001001 101110

Color Harmonies of #CA2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2065

Black with #CA2065

Text Example


Text Example

White with #CA2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2065; }

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

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

background-color css

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

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

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

border-color css

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

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

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