Html Css Color HEX #C71762 Ruby

📋 copy color: '#C71762'

red 199 ◦ green 23 ◦ blue 98

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

Shades of Ruby #C71762

Tints of Ruby #C71762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 62.19%
G = 7.19%
B = 30.63%

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

#C71762 (or 0xC71762) is known color: Ruby. HEX triplet: C7, 17 and 62. RGB value is (199,23,98). Sum of RGB (Red+Green+Blue) = 199+23+98=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C71762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71762 is #38E89D. Grayscale: #545454. Windows color (decimal): -3729566 or 6428615. OLE color: 6428615.

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

Color convert

RGB 199 23 98 -
CMYK 0 0.88 0.51 0.22
HSL 334.43º 0.79% 0.44% -
HSV(B) 334.43º 0.88% 0.78% -
XYZ 26.06 13.64 12.81 -
YUV 84.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 199 23 98 0 0.88 0.51 0.22 334.43 0.79 0.44
Hex C7 17 62 0 58 33 16 14E 4F 2C
Octal 307 27 142 0 130 63 26 516 117 54
Binary 11000111 10111 1100010 0 1011000 110011 10110 101001110 1001111 101100

Color Harmonies of #C71762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71762

Black with #C71762

Text Example


Text Example

White with #C71762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71762; }

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

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

background-color css

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

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

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

border-color css

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

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

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