Html Css Color HEX #C80657 Ruby

📋 copy color: '#C80657'

red 200 ◦ green 6 ◦ blue 87

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

Shades of Ruby #C80657

Tints of Ruby #C80657

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

 BLUE value IS 87 (34.38% from 255) = 29.69%

R = 68.26%
G = 2.05%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C80657 (or 0xC80657) is known color: Ruby. HEX triplet: C8, 06 and 57. RGB value is (200,6,87). Sum of RGB (Red+Green+Blue) = 200+6+87=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C80657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80657 is #37F9A8. Grayscale: #494949. Windows color (decimal): -3668393 or 5703368. OLE color: 5703368.

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

Color convert

RGB 200 6 87 -
CMYK 0 0.97 0.56 0.22
HSL 334.95º 0.94% 0.4% -
HSV(B) 334.95º 0.97% 0.78% -
XYZ 25.6 13.1 10.2 -
YUV 73.24 135.77 218.41 -
System Red Green Blue C M Y K H S L
Decimal 200 6 87 0 0.97 0.56 0.22 334.95 0.94 0.4
Hex C8 6 57 0 61 38 16 14F 5E 28
Octal 310 6 127 0 141 70 26 517 136 50
Binary 11001000 110 1010111 0 1100001 111000 10110 101001111 1011110 101000

Color Harmonies of #C80657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80657

Black with #C80657

Text Example


Text Example

White with #C80657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80657; }

 p { color: rgb(200,6,87); }

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

background-color css

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

 a { background-color: rgb(200,6,87); }

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

border-color css

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

 span { border-color: rgb(200,6,87); }

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