Html Css Color HEX #C7055E Ruby

📋 copy color: '#C7055E'

red 199 ◦ green 5 ◦ blue 94

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

Shades of Ruby #C7055E

Tints of Ruby #C7055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 66.78%
G = 1.68%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7055E (or 0xC7055E) is known color: Ruby. HEX triplet: C7, 05 and 5E. RGB value is (199,5,94). Sum of RGB (Red+Green+Blue) = 199+5+94=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7055E is #38FAA1. Grayscale: #484848. Windows color (decimal): -3734178 or 6161863. OLE color: 6161863.

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

Color convert

RGB 199 5 94 -
CMYK 0 0.97 0.53 0.22
HSL 332.47º 0.95% 0.4% -
HSV(B) 332.47º 0.97% 0.78% -
XYZ 25.63 13.06 11.76 -
YUV 73.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 199 5 94 0 0.97 0.53 0.22 332.47 0.95 0.4
Hex C7 5 5E 0 61 35 16 14C 5F 28
Octal 307 5 136 0 141 65 26 514 137 50
Binary 11000111 101 1011110 0 1100001 110101 10110 101001100 1011111 101000

Color Harmonies of #C7055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7055E

Black with #C7055E

Text Example


Text Example

White with #C7055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7055E; }

 p { color: rgb(199,5,94); }

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

background-color css

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

 a { background-color: rgb(199,5,94); }

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

border-color css

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

 span { border-color: rgb(199,5,94); }

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