Html Css Color HEX #CA0064 Ruby

📋 copy color: '#CA0064'

red 202 ◦ green 0 ◦ blue 100

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

Shades of Ruby #CA0064

Tints of Ruby #CA0064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 66.89%
G = 0%
B = 33.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA0064 (or 0xCA0064) is known color: Ruby. HEX triplet: CA, 00 and 64. RGB value is (202,0,100). Sum of RGB (Red+Green+Blue) = 202+0+100=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0064 is #35FF9B. Grayscale: #474747. Windows color (decimal): -3538844 or 6553802. OLE color: 6553802.

HSL color Cylindrical-coordinate representation of color #CA0064: hue angle of 330.3º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0064 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 0 100 -
CMYK 0 1 0.50 0.21
HSL 330.3º 1% 0.4% -
HSV(B) 330.3º 1% 0.79% -
XYZ 26.66 13.48 13.25 -
YUV 71.8 143.92 220.87 -
System Red Green Blue C M Y K H S L
Decimal 202 0 100 0 1 0.50 0.21 330.3 1 0.4
Hex CA 0 64 0 64 32 15 14A 64 28
Octal 312 0 144 0 144 62 25 512 144 50
Binary 11001010 0 1100100 0 1100100 110010 10101 101001010 1100100 101000

Color Harmonies of #CA0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0064

Black with #CA0064

Text Example


Text Example

White with #CA0064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0064; }

 p { color: rgb(202,0,100); }

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

background-color css

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

 a { background-color: rgb(202,0,100); }

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

border-color css

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

 span { border-color: rgb(202,0,100); }

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