Html Css Color HEX #CA0864 Ruby

📋 copy color: '#CA0864'

red 202 ◦ green 8 ◦ blue 100

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

Shades of Ruby #CA0864

Tints of Ruby #CA0864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

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

R = 65.16%
G = 2.58%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA0864 (or 0xCA0864) is known color: Ruby. HEX triplet: CA, 08 and 64. RGB value is (202,8,100). Sum of RGB (Red+Green+Blue) = 202+8+100=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0864 is #35F79B. Grayscale: #4C4C4C. Windows color (decimal): -3536796 or 6555850. OLE color: 6555850.

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

Color convert

RGB 202 8 100 -
CMYK 0 0.96 0.50 0.21
HSL 331.55º 0.92% 0.41% -
HSV(B) 331.55º 0.96% 0.79% -
XYZ 26.74 13.65 13.28 -
YUV 76.49 141.27 217.52 -
System Red Green Blue C M Y K H S L
Decimal 202 8 100 0 0.96 0.50 0.21 331.55 0.92 0.41
Hex CA 8 64 0 60 32 15 14C 5C 29
Octal 312 10 144 0 140 62 25 514 134 51
Binary 11001010 1000 1100100 0 1100000 110010 10101 101001100 1011100 101001

Color Harmonies of #CA0864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0864

Black with #CA0864

Text Example


Text Example

White with #CA0864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0864; }

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

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

background-color css

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

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

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

border-color css

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

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

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