Html Css Color HEX #C7186A Ruby

📋 copy color: '#C7186A'

red 199 ◦ green 24 ◦ blue 106

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

Shades of Ruby #C7186A

Tints of Ruby #C7186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 60.49%
G = 7.29%
B = 32.22%

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

#C7186A (or 0xC7186A) is known color: Ruby. HEX triplet: C7, 18 and 6A. RGB value is (199,24,106). Sum of RGB (Red+Green+Blue) = 199+24+106=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7186A is #38E795. Grayscale: #555555. Windows color (decimal): -3729302 or 6953159. OLE color: 6953159.

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

Color convert

RGB 199 24 106 -
CMYK 0 0.88 0.47 0.22
HSL 331.89º 0.78% 0.44% -
HSV(B) 331.89º 0.88% 0.78% -
XYZ 26.48 13.84 14.91 -
YUV 85.67 139.48 208.83 -
System Red Green Blue C M Y K H S L
Decimal 199 24 106 0 0.88 0.47 0.22 331.89 0.78 0.44
Hex C7 18 6A 0 58 2F 16 14C 4E 2C
Octal 307 30 152 0 130 57 26 514 116 54
Binary 11000111 11000 1101010 0 1011000 101111 10110 101001100 1001110 101100

Color Harmonies of #C7186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7186A

Black with #C7186A

Text Example


Text Example

White with #C7186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7186A; }

 p { color: rgb(199,24,106); }

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

background-color css

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

 a { background-color: rgb(199,24,106); }

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

border-color css

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

 span { border-color: rgb(199,24,106); }

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