Html Css Color HEX #C7045B Ruby

📋 copy color: '#C7045B'

red 199 ◦ green 4 ◦ blue 91

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

Shades of Ruby #C7045B

Tints of Ruby #C7045B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 67.69%
G = 1.36%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7045B (or 0xC7045B) is known color: Ruby. HEX triplet: C7, 04 and 5B. RGB value is (199,4,91). Sum of RGB (Red+Green+Blue) = 199+4+91=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7045B is #38FBA4. Grayscale: #484848. Windows color (decimal): -3734437 or 5964999. OLE color: 5964999.

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

Color convert

RGB 199 4 91 -
CMYK 0 0.98 0.54 0.22
HSL 333.23º 0.96% 0.4% -
HSV(B) 333.23º 0.98% 0.78% -
XYZ 25.48 12.98 11.06 -
YUV 72.22 138.6 218.43 -
System Red Green Blue C M Y K H S L
Decimal 199 4 91 0 0.98 0.54 0.22 333.23 0.96 0.4
Hex C7 4 5B 0 62 36 16 14D 60 28
Octal 307 4 133 0 142 66 26 515 140 50
Binary 11000111 100 1011011 0 1100010 110110 10110 101001101 1100000 101000

Color Harmonies of #C7045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7045B

Black with #C7045B

Text Example


Text Example

White with #C7045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7045B; }

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

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

background-color css

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

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

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

border-color css

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

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

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