Html Css Color HEX #C80262 Ruby

📋 copy color: '#C80262'

red 200 ◦ green 2 ◦ blue 98

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

Shades of Ruby #C80262

Tints of Ruby #C80262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 66.67%
G = 0.67%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C80262 (or 0xC80262) is known color: Ruby. HEX triplet: C8, 02 and 62. RGB value is (200,2,98). Sum of RGB (Red+Green+Blue) = 200+2+98=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C80262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80262 is #37FD9D. Grayscale: #474747. Windows color (decimal): -3669406 or 6423240. OLE color: 6423240.

HSL color Cylindrical-coordinate representation of color #C80262: hue angle of 330.91º 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 #C80262 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 98 -
CMYK 0 0.99 0.51 0.22
HSL 330.91º 0.98% 0.4% -
HSV(B) 330.91º 0.99% 0.78% -
XYZ 26.05 13.2 12.73 -
YUV 72.15 142.6 219.19 -
System Red Green Blue C M Y K H S L
Decimal 200 2 98 0 0.99 0.51 0.22 330.91 0.98 0.4
Hex C8 2 62 0 63 33 16 14B 62 28
Octal 310 2 142 0 143 63 26 513 142 50
Binary 11001000 10 1100010 0 1100011 110011 10110 101001011 1100010 101000

Color Harmonies of #C80262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80262

Black with #C80262

Text Example


Text Example

White with #C80262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80262; }

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

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

background-color css

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

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

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

border-color css

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

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

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