Html Css Color HEX #C7055D Ruby

📋 copy color: '#C7055D'

red 199 ◦ green 5 ◦ blue 93

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

Shades of Ruby #C7055D

Tints of Ruby #C7055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 67%
G = 1.68%
B = 31.31%

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

#C7055D (or 0xC7055D) is known color: Ruby. HEX triplet: C7, 05 and 5D. RGB value is (199,5,93). Sum of RGB (Red+Green+Blue) = 199+5+93=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7055D is #38FAA2. Grayscale: #484848. Windows color (decimal): -3734179 or 6096327. OLE color: 6096327.

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

Color convert

RGB 199 5 93 -
CMYK 0 0.97 0.53 0.22
HSL 332.78º 0.95% 0.4% -
HSV(B) 332.78º 0.97% 0.78% -
XYZ 25.58 13.04 11.52 -
YUV 73.04 139.27 217.84 -
System Red Green Blue C M Y K H S L
Decimal 199 5 93 0 0.97 0.53 0.22 332.78 0.95 0.4
Hex C7 5 5D 0 61 35 16 14D 5F 28
Octal 307 5 135 0 141 65 26 515 137 50
Binary 11000111 101 1011101 0 1100001 110101 10110 101001101 1011111 101000

Color Harmonies of #C7055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7055D

Black with #C7055D

Text Example


Text Example

White with #C7055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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