Html Css Color HEX #C71969 Ruby

📋 copy color: '#C71969'

red 199 ◦ green 25 ◦ blue 105

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

Shades of Ruby #C71969

Tints of Ruby #C71969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

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

R = 60.49%
G = 7.6%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C71969 (or 0xC71969) is known color: Ruby. HEX triplet: C7, 19 and 69. RGB value is (199,25,105). Sum of RGB (Red+Green+Blue) = 199+25+105=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C71969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71969 is #38E696. Grayscale: #555555. Windows color (decimal): -3729047 or 6887879. OLE color: 6887879.

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

Color convert

RGB 199 25 105 -
CMYK 0 0.87 0.47 0.22
HSL 332.41º 0.78% 0.44% -
HSV(B) 332.41º 0.87% 0.78% -
XYZ 26.45 13.86 14.65 -
YUV 86.15 138.65 208.5 -
System Red Green Blue C M Y K H S L
Decimal 199 25 105 0 0.87 0.47 0.22 332.41 0.78 0.44
Hex C7 19 69 0 57 2F 16 14C 4E 2C
Octal 307 31 151 0 127 57 26 514 116 54
Binary 11000111 11001 1101001 0 1010111 101111 10110 101001100 1001110 101100

Color Harmonies of #C71969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71969

Black with #C71969

Text Example


Text Example

White with #C71969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71969; }

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

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

background-color css

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

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

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

border-color css

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

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

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