Html Css Color HEX #CA0662 Ruby

📋 copy color: '#CA0662'

red 202 ◦ green 6 ◦ blue 98

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

Shades of Ruby #CA0662

Tints of Ruby #CA0662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 66.01%
G = 1.96%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA0662 (or 0xCA0662) is known color: Ruby. HEX triplet: CA, 06 and 62. RGB value is (202,6,98). Sum of RGB (Red+Green+Blue) = 202+6+98=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0662 is #35F99D. Grayscale: #4A4A4A. Windows color (decimal): -3537310 or 6424266. OLE color: 6424266.

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

Color convert

RGB 202 6 98 -
CMYK 0 0.97 0.51 0.21
HSL 331.84º 0.94% 0.41% -
HSV(B) 331.84º 0.97% 0.79% -
XYZ 26.63 13.57 12.77 -
YUV 75.09 140.93 218.52 -
System Red Green Blue C M Y K H S L
Decimal 202 6 98 0 0.97 0.51 0.21 331.84 0.94 0.41
Hex CA 6 62 0 61 33 15 14C 5E 29
Octal 312 6 142 0 141 63 25 514 136 51
Binary 11001010 110 1100010 0 1100001 110011 10101 101001100 1011110 101001

Color Harmonies of #CA0662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0662

Black with #CA0662

Text Example


Text Example

White with #CA0662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0662; }

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

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

background-color css

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

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

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

border-color css

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

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

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