Html Css Color HEX #C8065D Ruby

📋 copy color: '#C8065D'

red 200 ◦ green 6 ◦ blue 93

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

Shades of Ruby #C8065D

Tints of Ruby #C8065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 66.89%
G = 2.01%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8065D (or 0xC8065D) is known color: Ruby. HEX triplet: C8, 06 and 5D. RGB value is (200,6,93). Sum of RGB (Red+Green+Blue) = 200+6+93=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8065D is #37F9A2. Grayscale: #494949. Windows color (decimal): -3668387 or 6096584. OLE color: 6096584.

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

Color convert

RGB 200 6 93 -
CMYK 0 0.97 0.54 0.22
HSL 333.09º 0.94% 0.4% -
HSV(B) 333.09º 0.97% 0.78% -
XYZ 25.86 13.2 11.54 -
YUV 73.92 138.77 217.93 -
System Red Green Blue C M Y K H S L
Decimal 200 6 93 0 0.97 0.54 0.22 333.09 0.94 0.4
Hex C8 6 5D 0 61 36 16 14D 5E 28
Octal 310 6 135 0 141 66 26 515 136 50
Binary 11001000 110 1011101 0 1100001 110110 10110 101001101 1011110 101000

Color Harmonies of #C8065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8065D

Black with #C8065D

Text Example


Text Example

White with #C8065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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