Html Css Color HEX #C8035B Ruby

📋 copy color: '#C8035B'

red 200 ◦ green 3 ◦ blue 91

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

Shades of Ruby #C8035B

Tints of Ruby #C8035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 68.03%
G = 1.02%
B = 30.95%

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

#C8035B (or 0xC8035B) is known color: Ruby. HEX triplet: C8, 03 and 5B. RGB value is (200,3,91). Sum of RGB (Red+Green+Blue) = 200+3+91=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8035B is #37FCA4. Grayscale: #474747. Windows color (decimal): -3669157 or 5964744. OLE color: 5964744.

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

Color convert

RGB 200 3 91 -
CMYK 0 0.98 0.54 0.22
HSL 333.2º 0.97% 0.4% -
HSV(B) 333.2º 0.99% 0.78% -
XYZ 25.74 13.1 11.07 -
YUV 71.94 138.77 219.34 -
System Red Green Blue C M Y K H S L
Decimal 200 3 91 0 0.98 0.54 0.22 333.2 0.97 0.4
Hex C8 3 5B 0 62 36 16 14D 61 28
Octal 310 3 133 0 142 66 26 515 141 50
Binary 11001000 11 1011011 0 1100010 110110 10110 101001101 1100001 101000

Color Harmonies of #C8035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8035B

Black with #C8035B

Text Example


Text Example

White with #C8035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8035B; }

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

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

background-color css

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

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

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

border-color css

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

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

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