Html Css Color HEX #C71769 Ruby

📋 copy color: '#C71769'

red 199 ◦ green 23 ◦ blue 105

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

Shades of Ruby #C71769

Tints of Ruby #C71769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.11%

R = 60.86%
G = 7.03%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C71769 (or 0xC71769) is known color: Ruby. HEX triplet: C7, 17 and 69. RGB value is (199,23,105). Sum of RGB (Red+Green+Blue) = 199+23+105=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C71769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71769 is #38E896. Grayscale: #545454. Windows color (decimal): -3729559 or 6887367. OLE color: 6887367.

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

Color convert

RGB 199 23 105 -
CMYK 0 0.88 0.47 0.22
HSL 332.05º 0.79% 0.44% -
HSV(B) 332.05º 0.88% 0.78% -
XYZ 26.41 13.77 14.63 -
YUV 84.97 139.31 209.33 -
System Red Green Blue C M Y K H S L
Decimal 199 23 105 0 0.88 0.47 0.22 332.05 0.79 0.44
Hex C7 17 69 0 58 2F 16 14C 4F 2C
Octal 307 27 151 0 130 57 26 514 117 54
Binary 11000111 10111 1101001 0 1011000 101111 10110 101001100 1001111 101100

Color Harmonies of #C71769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71769

Black with #C71769

Text Example


Text Example

White with #C71769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71769; }

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

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

background-color css

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

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

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

border-color css

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

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

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