Html Css Color HEX #C8035A Ruby

📋 copy color: '#C8035A'

red 200 ◦ green 3 ◦ blue 90

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

Shades of Ruby #C8035A

Tints of Ruby #C8035A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 68.26%
G = 1.02%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8035A (or 0xC8035A) is known color: Ruby. HEX triplet: C8, 03 and 5A. RGB value is (200,3,90). Sum of RGB (Red+Green+Blue) = 200+3+90=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8035A is #37FCA5. Grayscale: #474747. Windows color (decimal): -3669158 or 5899208. OLE color: 5899208.

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

Color convert

RGB 200 3 90 -
CMYK 0 0.98 0.55 0.22
HSL 333.5º 0.97% 0.4% -
HSV(B) 333.5º 0.99% 0.78% -
XYZ 25.7 13.08 10.84 -
YUV 71.82 138.27 219.43 -
System Red Green Blue C M Y K H S L
Decimal 200 3 90 0 0.98 0.55 0.22 333.5 0.97 0.4
Hex C8 3 5A 0 62 37 16 14E 61 28
Octal 310 3 132 0 142 67 26 516 141 50
Binary 11001000 11 1011010 0 1100010 110111 10110 101001110 1100001 101000

Color Harmonies of #C8035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8035A

Black with #C8035A

Text Example


Text Example

White with #C8035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8035A; }

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

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

background-color css

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

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

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

border-color css

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

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

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