Html Css Color HEX #C7156A Ruby

📋 copy color: '#C7156A'

red 199 ◦ green 21 ◦ blue 106

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

Shades of Ruby #C7156A

Tints of Ruby #C7156A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

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

R = 61.04%
G = 6.44%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7156A (or 0xC7156A) is known color: Ruby. HEX triplet: C7, 15 and 6A. RGB value is (199,21,106). Sum of RGB (Red+Green+Blue) = 199+21+106=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7156A is #38EA95. Grayscale: #535353. Windows color (decimal): -3730070 or 6952391. OLE color: 6952391.

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

Color convert

RGB 199 21 106 -
CMYK 0 0.89 0.47 0.22
HSL 331.35º 0.81% 0.43% -
HSV(B) 331.35º 0.89% 0.78% -
XYZ 26.42 13.72 14.89 -
YUV 83.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 199 21 106 0 0.89 0.47 0.22 331.35 0.81 0.43
Hex C7 15 6A 0 59 2F 16 14B 51 2B
Octal 307 25 152 0 131 57 26 513 121 53
Binary 11000111 10101 1101010 0 1011001 101111 10110 101001011 1010001 101011

Color Harmonies of #C7156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7156A

Black with #C7156A

Text Example


Text Example

White with #C7156A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7156A; }

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

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

background-color css

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

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

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

border-color css

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

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

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