Html Css Color HEX #C5075F Ruby

📋 copy color: '#C5075F'

red 197 ◦ green 7 ◦ blue 95

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

Shades of Ruby #C5075F

Tints of Ruby #C5075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 65.89%
G = 2.34%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5075F (or 0xC5075F) is known color: Ruby. HEX triplet: C5, 07 and 5F. RGB value is (197,7,95). Sum of RGB (Red+Green+Blue) = 197+7+95=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5075F is #3AF8A0. Grayscale: #494949. Windows color (decimal): -3864737 or 6227909. OLE color: 6227909.

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

Color convert

RGB 197 7 95 -
CMYK 0 0.96 0.52 0.23
HSL 332.21º 0.93% 0.4% -
HSV(B) 332.21º 0.96% 0.77% -
XYZ 25.17 12.85 11.98 -
YUV 73.84 139.95 215.84 -
System Red Green Blue C M Y K H S L
Decimal 197 7 95 0 0.96 0.52 0.23 332.21 0.93 0.4
Hex C5 7 5F 0 60 34 17 14C 5D 28
Octal 305 7 137 0 140 64 27 514 135 50
Binary 11000101 111 1011111 0 1100000 110100 10111 101001100 1011101 101000

Color Harmonies of #C5075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5075F

Black with #C5075F

Text Example


Text Example

White with #C5075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5075F; }

 p { color: rgb(197,7,95); }

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

background-color css

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

 a { background-color: rgb(197,7,95); }

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

border-color css

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

 span { border-color: rgb(197,7,95); }

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