Html Css Color HEX #C80264 Ruby

📋 copy color: '#C80264'

red 200 ◦ green 2 ◦ blue 100

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

Shades of Ruby #C80264

Tints of Ruby #C80264

RGB

 RED value IS 200 (78.52% from 255) = 66.23%

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 66.23%
G = 0.66%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C80264 (or 0xC80264) is known color: Ruby. HEX triplet: C8, 02 and 64. RGB value is (200,2,100). Sum of RGB (Red+Green+Blue) = 200+2+100=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C80264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80264 is #37FD9B. Grayscale: #484848. Windows color (decimal): -3669404 or 6554312. OLE color: 6554312.

HSL color Cylindrical-coordinate representation of color #C80264: hue angle of 330.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80264 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 100 -
CMYK 0 0.99 0.5 0.22
HSL 330.3º 0.98% 0.4% -
HSV(B) 330.3º 0.99% 0.78% -
XYZ 26.14 13.24 13.23 -
YUV 72.37 143.6 219.03 -
System Red Green Blue C M Y K H S L
Decimal 200 2 100 0 0.99 0.5 0.22 330.3 0.98 0.4
Hex C8 2 64 0 63 32 16 14A 62 28
Octal 310 2 144 0 143 62 26 512 142 50
Binary 11001000 10 1100100 0 1100011 110010 10110 101001010 1100010 101000

Color Harmonies of #C80264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80264

Black with #C80264

Text Example


Text Example

White with #C80264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80264; }

 p { color: rgb(200,2,100); }

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

background-color css

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

 a { background-color: rgb(200,2,100); }

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

border-color css

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

 span { border-color: rgb(200,2,100); }

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