Html Css Color HEX #CA0659 Ruby

📋 copy color: '#CA0659'

red 202 ◦ green 6 ◦ blue 89

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

Shades of Ruby #CA0659

Tints of Ruby #CA0659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 68.01%
G = 2.02%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA0659 (or 0xCA0659) is known color: Ruby. HEX triplet: CA, 06 and 59. RGB value is (202,6,89). Sum of RGB (Red+Green+Blue) = 202+6+89=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0659 is #35F9A6. Grayscale: #494949. Windows color (decimal): -3537319 or 5834442. OLE color: 5834442.

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

Color convert

RGB 202 6 89 -
CMYK 0 0.97 0.56 0.21
HSL 334.59º 0.94% 0.41% -
HSV(B) 334.59º 0.97% 0.79% -
XYZ 26.23 13.41 10.66 -
YUV 74.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 202 6 89 0 0.97 0.56 0.21 334.59 0.94 0.41
Hex CA 6 59 0 61 38 15 14F 5E 29
Octal 312 6 131 0 141 70 25 517 136 51
Binary 11001010 110 1011001 0 1100001 111000 10101 101001111 1011110 101001

Color Harmonies of #CA0659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0659

Black with #CA0659

Text Example


Text Example

White with #CA0659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0659; }

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

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

background-color css

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

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

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

border-color css

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

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

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