Html Css Color HEX #C80466 Ruby

📋 copy color: '#C80466'

red 200 ◦ green 4 ◦ blue 102

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

Shades of Ruby #C80466

Tints of Ruby #C80466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 65.36%
G = 1.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C80466 (or 0xC80466) is known color: Ruby. HEX triplet: C8, 04 and 66. RGB value is (200,4,102). Sum of RGB (Red+Green+Blue) = 200+4+102=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C80466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80466 is #37FB99. Grayscale: #494949. Windows color (decimal): -3668890 or 6685896. OLE color: 6685896.

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

Color convert

RGB 200 4 102 -
CMYK 0 0.98 0.49 0.22
HSL 330º 0.96% 0.4% -
HSV(B) 330º 0.98% 0.78% -
XYZ 26.26 13.33 13.76 -
YUV 73.78 143.93 218.03 -
System Red Green Blue C M Y K H S L
Decimal 200 4 102 0 0.98 0.49 0.22 330 0.96 0.4
Hex C8 4 66 0 62 31 16 14A 60 28
Octal 310 4 146 0 142 61 26 512 140 50
Binary 11001000 100 1100110 0 1100010 110001 10110 101001010 1100000 101000

Color Harmonies of #C80466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80466

Black with #C80466

Text Example


Text Example

White with #C80466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80466; }

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

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

background-color css

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

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

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

border-color css

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

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

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