Html Css Color HEX #C80266 Ruby

📋 copy color: '#C80266'

red 200 ◦ green 2 ◦ blue 102

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

Shades of Ruby #C80266

Tints of Ruby #C80266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 65.79%
G = 0.66%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C80266 (or 0xC80266) is known color: Ruby. HEX triplet: C8, 02 and 66. RGB value is (200,2,102). Sum of RGB (Red+Green+Blue) = 200+2+102=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C80266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80266 is #37FD99. Grayscale: #484848. Windows color (decimal): -3669402 or 6685384. OLE color: 6685384.

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

Color convert

RGB 200 2 102 -
CMYK 0 0.99 0.49 0.22
HSL 329.7º 0.98% 0.4% -
HSV(B) 329.7º 0.99% 0.78% -
XYZ 26.24 13.28 13.75 -
YUV 72.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 200 2 102 0 0.99 0.49 0.22 329.7 0.98 0.4
Hex C8 2 66 0 63 31 16 14A 62 28
Octal 310 2 146 0 143 61 26 512 142 50
Binary 11001000 10 1100110 0 1100011 110001 10110 101001010 1100010 101000

Color Harmonies of #C80266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80266

Black with #C80266

Text Example


Text Example

White with #C80266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80266; }

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

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

background-color css

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

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

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

border-color css

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

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

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