Html Css Color HEX #C7045A Ruby

📋 copy color: '#C7045A'

red 199 ◦ green 4 ◦ blue 90

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

Shades of Ruby #C7045A

Tints of Ruby #C7045A

RGB

 RED value IS 199 (78.13% from 255) = 67.92%

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

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

R = 67.92%
G = 1.37%
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

#C7045A (or 0xC7045A) is known color: Ruby. HEX triplet: C7, 04 and 5A. RGB value is (199,4,90). Sum of RGB (Red+Green+Blue) = 199+4+90=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7045A is #38FBA5. Grayscale: #474747. Windows color (decimal): -3734438 or 5899463. OLE color: 5899463.

HSL color Cylindrical-coordinate representation of color #C7045A: hue angle of 333.54º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7045A is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 4 90 -
CMYK 0 0.98 0.55 0.22
HSL 333.54º 0.96% 0.4% -
HSV(B) 333.54º 0.98% 0.78% -
XYZ 25.44 12.97 10.83 -
YUV 72.11 138.1 218.51 -
System Red Green Blue C M Y K H S L
Decimal 199 4 90 0 0.98 0.55 0.22 333.54 0.96 0.4
Hex C7 4 5A 0 62 37 16 14E 60 28
Octal 307 4 132 0 142 67 26 516 140 50
Binary 11000111 100 1011010 0 1100010 110111 10110 101001110 1100000 101000

Color Harmonies of #C7045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7045A

Black with #C7045A

Text Example


Text Example

White with #C7045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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