Html Css Color HEX #C80167 Ruby

📋 copy color: '#C80167'

red 200 ◦ green 1 ◦ blue 103

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

Shades of Ruby #C80167

Tints of Ruby #C80167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 65.79%
G = 0.33%
B = 33.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C80167 (or 0xC80167) is known color: Ruby. HEX triplet: C8, 01 and 67. RGB value is (200,1,103). Sum of RGB (Red+Green+Blue) = 200+1+103=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C80167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80167 is #37FE98. Grayscale: #474747. Windows color (decimal): -3669657 or 6750664. OLE color: 6750664.

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

Color convert

RGB 200 1 103 -
CMYK 0 1.00 0.48 0.22
HSL 329.25º 0.99% 0.39% -
HSV(B) 329.25º 1% 0.78% -
XYZ 26.28 13.28 14.01 -
YUV 72.13 145.43 219.21 -
System Red Green Blue C M Y K H S L
Decimal 200 1 103 0 1.00 0.48 0.22 329.25 0.99 0.39
Hex C8 1 67 0 64 30 16 149 63 27
Octal 310 1 147 0 144 60 26 511 143 47
Binary 11001000 1 1100111 0 1100100 110000 10110 101001001 1100011 100111

Color Harmonies of #C80167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80167

Black with #C80167

Text Example


Text Example

White with #C80167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80167; }

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

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

background-color css

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

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

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

border-color css

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

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

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