Html Css Color HEX #C71761 Ruby

📋 copy color: '#C71761'

red 199 ◦ green 23 ◦ blue 97

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

Shades of Ruby #C71761

Tints of Ruby #C71761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 62.38%
G = 7.21%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C71761 (or 0xC71761) is known color: Ruby. HEX triplet: C7, 17 and 61. RGB value is (199,23,97). Sum of RGB (Red+Green+Blue) = 199+23+97=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C71761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71761 is #38E89E. Grayscale: #535353. Windows color (decimal): -3729567 or 6363079. OLE color: 6363079.

HSL color Cylindrical-coordinate representation of color #C71761: hue angle of 334.77º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71761 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 23 97 -
CMYK 0 0.88 0.51 0.22
HSL 334.77º 0.79% 0.44% -
HSV(B) 334.77º 0.88% 0.78% -
XYZ 26.02 13.62 12.57 -
YUV 84.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 199 23 97 0 0.88 0.51 0.22 334.77 0.79 0.44
Hex C7 17 61 0 58 33 16 14F 4F 2C
Octal 307 27 141 0 130 63 26 517 117 54
Binary 11000111 10111 1100001 0 1011000 110011 10110 101001111 1001111 101100

Color Harmonies of #C71761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71761

Black with #C71761

Text Example


Text Example

White with #C71761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71761; }

 p { color: rgb(199,23,97); }

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

background-color css

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

 a { background-color: rgb(199,23,97); }

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

border-color css

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

 span { border-color: rgb(199,23,97); }

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