Html Css Color HEX #C71767 Ruby

📋 copy color: '#C71767'

red 199 ◦ green 23 ◦ blue 103

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

Shades of Ruby #C71767

Tints of Ruby #C71767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 61.23%
G = 7.08%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C71767 (or 0xC71767) is known color: Ruby. HEX triplet: C7, 17 and 67. RGB value is (199,23,103). Sum of RGB (Red+Green+Blue) = 199+23+103=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C71767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71767 is #38E898. Grayscale: #545454. Windows color (decimal): -3729561 or 6756295. OLE color: 6756295.

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

Color convert

RGB 199 23 103 -
CMYK 0 0.88 0.48 0.22
HSL 332.73º 0.79% 0.44% -
HSV(B) 332.73º 0.88% 0.78% -
XYZ 26.31 13.73 14.1 -
YUV 84.74 138.31 209.5 -
System Red Green Blue C M Y K H S L
Decimal 199 23 103 0 0.88 0.48 0.22 332.73 0.79 0.44
Hex C7 17 67 0 58 30 16 14D 4F 2C
Octal 307 27 147 0 130 60 26 515 117 54
Binary 11000111 10111 1100111 0 1011000 110000 10110 101001101 1001111 101100

Color Harmonies of #C71767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71767

Black with #C71767

Text Example


Text Example

White with #C71767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71767; }

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

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

background-color css

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

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

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

border-color css

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

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

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