Html Css Color HEX #C71768 Ruby

📋 copy color: '#C71768'

red 199 ◦ green 23 ◦ blue 104

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

Shades of Ruby #C71768

Tints of Ruby #C71768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 61.04%
G = 7.06%
B = 31.9%

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

#C71768 (or 0xC71768) is known color: Ruby. HEX triplet: C7, 17 and 68. RGB value is (199,23,104). Sum of RGB (Red+Green+Blue) = 199+23+104=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C71768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71768 is #38E897. Grayscale: #545454. Windows color (decimal): -3729560 or 6821831. OLE color: 6821831.

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

Color convert

RGB 199 23 104 -
CMYK 0 0.88 0.48 0.22
HSL 332.39º 0.79% 0.44% -
HSV(B) 332.39º 0.88% 0.78% -
XYZ 26.36 13.75 14.36 -
YUV 84.86 138.81 209.41 -
System Red Green Blue C M Y K H S L
Decimal 199 23 104 0 0.88 0.48 0.22 332.39 0.79 0.44
Hex C7 17 68 0 58 30 16 14C 4F 2C
Octal 307 27 150 0 130 60 26 514 117 54
Binary 11000111 10111 1101000 0 1011000 110000 10110 101001100 1001111 101100

Color Harmonies of #C71768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71768

Black with #C71768

Text Example


Text Example

White with #C71768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71768; }

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

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

background-color css

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

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

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

border-color css

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

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

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