Html Css Color HEX #C7145C Ruby

📋 copy color: '#C7145C'

red 199 ◦ green 20 ◦ blue 92

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

Shades of Ruby #C7145C

Tints of Ruby #C7145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 63.99%
G = 6.43%
B = 29.58%

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

#C7145C (or 0xC7145C) is known color: Ruby. HEX triplet: C7, 14 and 5C. RGB value is (199,20,92). Sum of RGB (Red+Green+Blue) = 199+20+92=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7145C is #38EBA3. Grayscale: #515151. Windows color (decimal): -3730340 or 6034631. OLE color: 6034631.

HSL color Cylindrical-coordinate representation of color #C7145C: hue angle of 335.87º degrees, saturation: 0.82, 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 #C7145C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 92 -
CMYK 0 0.90 0.54 0.22
HSL 335.87º 0.82% 0.43% -
HSV(B) 335.87º 0.9% 0.78% -
XYZ 25.74 13.42 11.36 -
YUV 81.73 133.8 211.65 -
System Red Green Blue C M Y K H S L
Decimal 199 20 92 0 0.90 0.54 0.22 335.87 0.82 0.43
Hex C7 14 5C 0 5A 36 16 150 52 2B
Octal 307 24 134 0 132 66 26 520 122 53
Binary 11000111 10100 1011100 0 1011010 110110 10110 101010000 1010010 101011

Color Harmonies of #C7145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7145C

Black with #C7145C

Text Example


Text Example

White with #C7145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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