Html Css Color HEX #C8055D Ruby

📋 copy color: '#C8055D'

red 200 ◦ green 5 ◦ blue 93

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

Shades of Ruby #C8055D

Tints of Ruby #C8055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 67.11%
G = 1.68%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8055D (or 0xC8055D) is known color: Ruby. HEX triplet: C8, 05 and 5D. RGB value is (200,5,93). Sum of RGB (Red+Green+Blue) = 200+5+93=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8055D is #37FAA2. Grayscale: #494949. Windows color (decimal): -3668643 or 6096328. OLE color: 6096328.

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

Color convert

RGB 200 5 93 -
CMYK 0 0.98 0.54 0.22
HSL 332.92º 0.95% 0.4% -
HSV(B) 332.92º 0.98% 0.78% -
XYZ 25.85 13.18 11.54 -
YUV 73.34 139.1 218.34 -
System Red Green Blue C M Y K H S L
Decimal 200 5 93 0 0.98 0.54 0.22 332.92 0.95 0.4
Hex C8 5 5D 0 62 36 16 14D 5F 28
Octal 310 5 135 0 142 66 26 515 137 50
Binary 11001000 101 1011101 0 1100010 110110 10110 101001101 1011111 101000

Color Harmonies of #C8055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8055D

Black with #C8055D

Text Example


Text Example

White with #C8055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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