Html Css Color HEX #C80767 Ruby

📋 copy color: '#C80767'

red 200 ◦ green 7 ◦ blue 103

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

Shades of Ruby #C80767

Tints of Ruby #C80767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

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

R = 64.52%
G = 2.26%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C80767 (or 0xC80767) is known color: Ruby. HEX triplet: C8, 07 and 67. RGB value is (200,7,103). Sum of RGB (Red+Green+Blue) = 200+7+103=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C80767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80767 is #37F898. Grayscale: #4B4B4B. Windows color (decimal): -3668121 or 6752200. OLE color: 6752200.

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

Color convert

RGB 200 7 103 -
CMYK 0 0.96 0.48 0.22
HSL 330.16º 0.93% 0.41% -
HSV(B) 330.16º 0.97% 0.78% -
XYZ 26.34 13.41 14.03 -
YUV 75.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 200 7 103 0 0.96 0.48 0.22 330.16 0.93 0.41
Hex C8 7 67 0 60 30 16 14A 5D 29
Octal 310 7 147 0 140 60 26 512 135 51
Binary 11001000 111 1100111 0 1100000 110000 10110 101001010 1011101 101001

Color Harmonies of #C80767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80767

Black with #C80767

Text Example


Text Example

White with #C80767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80767; }

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

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

background-color css

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

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

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

border-color css

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

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

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