Html Css Color HEX #C5045A Ruby

📋 copy color: '#C5045A'

red 197 ◦ green 4 ◦ blue 90

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

Shades of Ruby #C5045A

Tints of Ruby #C5045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 67.7%
G = 1.37%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5045A (or 0xC5045A) is known color: Ruby. HEX triplet: C5, 04 and 5A. RGB value is (197,4,90). Sum of RGB (Red+Green+Blue) = 197+4+90=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5045A is #3AFBA5. Grayscale: #474747. Windows color (decimal): -3865510 or 5899461. OLE color: 5899461.

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

Color convert

RGB 197 4 90 -
CMYK 0 0.98 0.54 0.23
HSL 333.26º 0.96% 0.39% -
HSV(B) 333.26º 0.98% 0.77% -
XYZ 24.91 12.7 10.81 -
YUV 71.51 138.44 217.51 -
System Red Green Blue C M Y K H S L
Decimal 197 4 90 0 0.98 0.54 0.23 333.26 0.96 0.39
Hex C5 4 5A 0 62 36 17 14D 60 27
Octal 305 4 132 0 142 66 27 515 140 47
Binary 11000101 100 1011010 0 1100010 110110 10111 101001101 1100000 100111

Color Harmonies of #C5045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5045A

Black with #C5045A

Text Example


Text Example

White with #C5045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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