Html Css Color HEX #C71A68 Ruby

📋 copy color: '#C71A68'

red 199 ◦ green 26 ◦ blue 104

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

Shades of Ruby #C71A68

Tints of Ruby #C71A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

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

R = 60.49%
G = 7.9%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C71A68 (or 0xC71A68) is known color: Ruby. HEX triplet: C7, 1A and 68. RGB value is (199,26,104). Sum of RGB (Red+Green+Blue) = 199+26+104=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71A68 is #38E597. Grayscale: #565656. Windows color (decimal): -3728792 or 6822599. OLE color: 6822599.

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

Color convert

RGB 199 26 104 -
CMYK 0 0.87 0.48 0.22
HSL 332.95º 0.77% 0.44% -
HSV(B) 332.95º 0.87% 0.78% -
XYZ 26.42 13.88 14.38 -
YUV 86.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 199 26 104 0 0.87 0.48 0.22 332.95 0.77 0.44
Hex C7 1A 68 0 57 30 16 14D 4D 2C
Octal 307 32 150 0 127 60 26 515 115 54
Binary 11000111 11010 1101000 0 1010111 110000 10110 101001101 1001101 101100

Color Harmonies of #C71A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A68

Black with #C71A68

Text Example


Text Example

White with #C71A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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