Html Css Color HEX #C8095B Ruby

📋 copy color: '#C8095B'

red 200 ◦ green 9 ◦ blue 91

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

Shades of Ruby #C8095B

Tints of Ruby #C8095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 66.67%
G = 3%
B = 30.33%

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

#C8095B (or 0xC8095B) is known color: Ruby. HEX triplet: C8, 09 and 5B. RGB value is (200,9,91). Sum of RGB (Red+Green+Blue) = 200+9+91=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8095B is #37F6A4. Grayscale: #4B4B4B. Windows color (decimal): -3667621 or 5966280. OLE color: 5966280.

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

Color convert

RGB 200 9 91 -
CMYK 0 0.96 0.54 0.22
HSL 334.24º 0.91% 0.41% -
HSV(B) 334.24º 0.96% 0.78% -
XYZ 25.81 13.23 11.09 -
YUV 75.46 136.78 216.83 -
System Red Green Blue C M Y K H S L
Decimal 200 9 91 0 0.96 0.54 0.22 334.24 0.91 0.41
Hex C8 9 5B 0 60 36 16 14E 5B 29
Octal 310 11 133 0 140 66 26 516 133 51
Binary 11001000 1001 1011011 0 1100000 110110 10110 101001110 1011011 101001

Color Harmonies of #C8095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8095B

Black with #C8095B

Text Example


Text Example

White with #C8095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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