Html Css Color HEX #C5075A Ruby

📋 copy color: '#C5075A'

red 197 ◦ green 7 ◦ blue 90

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

Shades of Ruby #C5075A

Tints of Ruby #C5075A

RGB

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

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

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

R = 67.01%
G = 2.38%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5075A (or 0xC5075A) is known color: Ruby. HEX triplet: C5, 07 and 5A. RGB value is (197,7,90). Sum of RGB (Red+Green+Blue) = 197+7+90=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5075A is #3AF8A5. Grayscale: #494949. Windows color (decimal): -3864742 or 5900229. OLE color: 5900229.

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

Color convert

RGB 197 7 90 -
CMYK 0 0.96 0.54 0.23
HSL 333.79º 0.93% 0.4% -
HSV(B) 333.79º 0.96% 0.77% -
XYZ 24.95 12.76 10.82 -
YUV 73.27 137.45 216.25 -
System Red Green Blue C M Y K H S L
Decimal 197 7 90 0 0.96 0.54 0.23 333.79 0.93 0.4
Hex C5 7 5A 0 60 36 17 14E 5D 28
Octal 305 7 132 0 140 66 27 516 135 50
Binary 11000101 111 1011010 0 1100000 110110 10111 101001110 1011101 101000

Color Harmonies of #C5075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5075A

Black with #C5075A

Text Example


Text Example

White with #C5075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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