Html Css Color HEX #CA0768 Ruby

📋 copy color: '#CA0768'

red 202 ◦ green 7 ◦ blue 104

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

Shades of Ruby #CA0768

Tints of Ruby #CA0768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 64.54%
G = 2.24%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA0768 (or 0xCA0768) is known color: Ruby. HEX triplet: CA, 07 and 68. RGB value is (202,7,104). Sum of RGB (Red+Green+Blue) = 202+7+104=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0768 is #35F897. Grayscale: #4C4C4C. Windows color (decimal): -3537048 or 6817738. OLE color: 6817738.

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

Color convert

RGB 202 7 104 -
CMYK 0 0.97 0.49 0.21
HSL 330.15º 0.93% 0.41% -
HSV(B) 330.15º 0.97% 0.79% -
XYZ 26.93 13.71 14.32 -
YUV 76.36 143.6 217.61 -
System Red Green Blue C M Y K H S L
Decimal 202 7 104 0 0.97 0.49 0.21 330.15 0.93 0.41
Hex CA 7 68 0 61 31 15 14A 5D 29
Octal 312 7 150 0 141 61 25 512 135 51
Binary 11001010 111 1101000 0 1100001 110001 10101 101001010 1011101 101001

Color Harmonies of #CA0768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0768

Black with #CA0768

Text Example


Text Example

White with #CA0768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0768; }

 p { color: rgb(202,7,104); }

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

background-color css

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

 a { background-color: rgb(202,7,104); }

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

border-color css

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

 span { border-color: rgb(202,7,104); }

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