Html Css Color HEX #C5035E Ruby

📋 copy color: '#C5035E'

red 197 ◦ green 3 ◦ blue 94

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

Shades of Ruby #C5035E

Tints of Ruby #C5035E

RGB

 RED value IS 197 (77.34% from 255) = 67.01%

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

 BLUE value IS 94 (37.11% from 255) = 31.97%

R = 67.01%
G = 1.02%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5035E (or 0xC5035E) is known color: Ruby. HEX triplet: C5, 03 and 5E. RGB value is (197,3,94). Sum of RGB (Red+Green+Blue) = 197+3+94=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5035E is #3AFCA1. Grayscale: #474747. Windows color (decimal): -3865762 or 6161349. OLE color: 6161349.

HSL color Cylindrical-coordinate representation of color #C5035E: hue angle of 331.86º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5035E is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 94 -
CMYK 0 0.98 0.52 0.23
HSL 331.86º 0.97% 0.39% -
HSV(B) 331.86º 0.98% 0.77% -
XYZ 25.08 12.74 11.73 -
YUV 71.38 140.77 217.6 -
System Red Green Blue C M Y K H S L
Decimal 197 3 94 0 0.98 0.52 0.23 331.86 0.97 0.39
Hex C5 3 5E 0 62 34 17 14C 61 27
Octal 305 3 136 0 142 64 27 514 141 47
Binary 11000101 11 1011110 0 1100010 110100 10111 101001100 1100001 100111

Color Harmonies of #C5035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5035E

Black with #C5035E

Text Example


Text Example

White with #C5035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5035E; }

 p { color: rgb(197,3,94); }

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

background-color css

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

 a { background-color: rgb(197,3,94); }

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

border-color css

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

 span { border-color: rgb(197,3,94); }

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