Html Css Color HEX #C7135C Ruby

📋 copy color: '#C7135C'

red 199 ◦ green 19 ◦ blue 92

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

Shades of Ruby #C7135C

Tints of Ruby #C7135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 64.19%
G = 6.13%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7135C (or 0xC7135C) is known color: Ruby. HEX triplet: C7, 13 and 5C. RGB value is (199,19,92). Sum of RGB (Red+Green+Blue) = 199+19+92=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7135C is #38ECA3. Grayscale: #515151. Windows color (decimal): -3730596 or 6034375. OLE color: 6034375.

HSL color Cylindrical-coordinate representation of color #C7135C: hue angle of 335.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7135C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 19 92 -
CMYK 0 0.90 0.54 0.22
HSL 335.67º 0.83% 0.43% -
HSV(B) 335.67º 0.9% 0.78% -
XYZ 25.72 13.38 11.35 -
YUV 81.14 134.13 212.06 -
System Red Green Blue C M Y K H S L
Decimal 199 19 92 0 0.90 0.54 0.22 335.67 0.83 0.43
Hex C7 13 5C 0 5A 36 16 150 53 2B
Octal 307 23 134 0 132 66 26 520 123 53
Binary 11000111 10011 1011100 0 1011010 110110 10110 101010000 1010011 101011

Color Harmonies of #C7135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7135C

Black with #C7135C

Text Example


Text Example

White with #C7135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7135C; }

 p { color: rgb(199,19,92); }

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

background-color css

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

 a { background-color: rgb(199,19,92); }

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

border-color css

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

 span { border-color: rgb(199,19,92); }

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