Html Css Color HEX #C7045C Ruby

📋 copy color: '#C7045C'

red 199 ◦ green 4 ◦ blue 92

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

Shades of Ruby #C7045C

Tints of Ruby #C7045C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 67.46%
G = 1.36%
B = 31.19%

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

#C7045C (or 0xC7045C) is known color: Ruby. HEX triplet: C7, 04 and 5C. RGB value is (199,4,92). Sum of RGB (Red+Green+Blue) = 199+4+92=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7045C is #38FBA3. Grayscale: #484848. Windows color (decimal): -3734436 or 6030535. OLE color: 6030535.

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

Color convert

RGB 199 4 92 -
CMYK 0 0.98 0.54 0.22
HSL 332.92º 0.96% 0.4% -
HSV(B) 332.92º 0.98% 0.78% -
XYZ 25.53 13 11.29 -
YUV 72.34 139.1 218.34 -
System Red Green Blue C M Y K H S L
Decimal 199 4 92 0 0.98 0.54 0.22 332.92 0.96 0.4
Hex C7 4 5C 0 62 36 16 14D 60 28
Octal 307 4 134 0 142 66 26 515 140 50
Binary 11000111 100 1011100 0 1100010 110110 10110 101001101 1100000 101000

Color Harmonies of #C7045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7045C

Black with #C7045C

Text Example


Text Example

White with #C7045C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7045C; }

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

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

background-color css

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

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

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

border-color css

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

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

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