Html Css Color HEX #C71067 Ruby

📋 copy color: '#C71067'

red 199 ◦ green 16 ◦ blue 103

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

Shades of Ruby #C71067

Tints of Ruby #C71067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

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

R = 62.58%
G = 5.03%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C71067 (or 0xC71067) is known color: Ruby. HEX triplet: C7, 10 and 67. RGB value is (199,16,103). Sum of RGB (Red+Green+Blue) = 199+16+103=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C71067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71067 is #38EF98. Grayscale: #505050. Windows color (decimal): -3731353 or 6754503. OLE color: 6754503.

HSL color Cylindrical-coordinate representation of color #C71067: hue angle of 331.48º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71067 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 103 -
CMYK 0 0.92 0.48 0.22
HSL 331.48º 0.85% 0.42% -
HSV(B) 331.48º 0.92% 0.78% -
XYZ 26.19 13.49 14.06 -
YUV 80.64 140.63 212.43 -
System Red Green Blue C M Y K H S L
Decimal 199 16 103 0 0.92 0.48 0.22 331.48 0.85 0.42
Hex C7 10 67 0 5C 30 16 14B 55 2A
Octal 307 20 147 0 134 60 26 513 125 52
Binary 11000111 10000 1100111 0 1011100 110000 10110 101001011 1010101 101010

Color Harmonies of #C71067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71067

Black with #C71067

Text Example


Text Example

White with #C71067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71067; }

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

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

background-color css

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

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

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

border-color css

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

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

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