Html Css Color HEX #C8095D Ruby

📋 copy color: '#C8095D'

red 200 ◦ green 9 ◦ blue 93

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

Shades of Ruby #C8095D

Tints of Ruby #C8095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.98%

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

R = 66.23%
G = 2.98%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8095D (or 0xC8095D) is known color: Ruby. HEX triplet: C8, 09 and 5D. RGB value is (200,9,93). Sum of RGB (Red+Green+Blue) = 200+9+93=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C8095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8095D is #37F6A2. Grayscale: #4B4B4B. Windows color (decimal): -3667619 or 6097352. OLE color: 6097352.

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

Color convert

RGB 200 9 93 -
CMYK 0 0.96 0.54 0.22
HSL 333.61º 0.91% 0.41% -
HSV(B) 333.61º 0.96% 0.78% -
XYZ 25.89 13.27 11.55 -
YUV 75.69 137.78 216.67 -
System Red Green Blue C M Y K H S L
Decimal 200 9 93 0 0.96 0.54 0.22 333.61 0.91 0.41
Hex C8 9 5D 0 60 36 16 14E 5B 29
Octal 310 11 135 0 140 66 26 516 133 51
Binary 11001000 1001 1011101 0 1100000 110110 10110 101001110 1011011 101001

Color Harmonies of #C8095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8095D

Black with #C8095D

Text Example


Text Example

White with #C8095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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