Html Css Color HEX #CA0068 Ruby

📋 copy color: '#CA0068'

red 202 ◦ green 0 ◦ blue 104

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

Shades of Ruby #CA0068

Tints of Ruby #CA0068

RGB

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

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

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

R = 66.01%
G = 0%
B = 33.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA0068 (or 0xCA0068) is known color: Ruby. HEX triplet: CA, 00 and 68. RGB value is (202,0,104). Sum of RGB (Red+Green+Blue) = 202+0+104=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0068 is #35FF97. Grayscale: #484848. Windows color (decimal): -3538840 or 6815946. OLE color: 6815946.

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

Color convert

RGB 202 0 104 -
CMYK 0 1 0.49 0.21
HSL 329.11º 1% 0.4% -
HSV(B) 329.11º 1% 0.79% -
XYZ 26.86 13.56 14.3 -
YUV 72.25 145.92 220.54 -
System Red Green Blue C M Y K H S L
Decimal 202 0 104 0 1 0.49 0.21 329.11 1 0.4
Hex CA 0 68 0 64 31 15 149 64 28
Octal 312 0 150 0 144 61 25 511 144 50
Binary 11001010 0 1101000 0 1100100 110001 10101 101001001 1100100 101000

Color Harmonies of #CA0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0068

Black with #CA0068

Text Example


Text Example

White with #CA0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0068; }

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

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

background-color css

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

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

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

border-color css

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

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

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