Html Css Color HEX #C80166 Ruby

📋 copy color: '#C80166'

red 200 ◦ green 1 ◦ blue 102

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

Shades of Ruby #C80166

Tints of Ruby #C80166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 66.01%
G = 0.33%
B = 33.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C80166 (or 0xC80166) is known color: Ruby. HEX triplet: C8, 01 and 66. RGB value is (200,1,102). Sum of RGB (Red+Green+Blue) = 200+1+102=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C80166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80166 is #37FE99. Grayscale: #474747. Windows color (decimal): -3669658 or 6685128. OLE color: 6685128.

HSL color Cylindrical-coordinate representation of color #C80166: hue angle of 329.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80166 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 102 -
CMYK 0 1.00 0.49 0.22
HSL 329.55º 0.99% 0.39% -
HSV(B) 329.55º 1% 0.78% -
XYZ 26.23 13.26 13.75 -
YUV 72.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 200 1 102 0 1.00 0.49 0.22 329.55 0.99 0.39
Hex C8 1 66 0 64 31 16 14A 63 27
Octal 310 1 146 0 144 61 26 512 143 47
Binary 11001000 1 1100110 0 1100100 110001 10110 101001010 1100011 100111

Color Harmonies of #C80166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80166

Black with #C80166

Text Example


Text Example

White with #C80166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80166; }

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

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

background-color css

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

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

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

border-color css

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

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

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