Html Css Color HEX #C7165C Ruby

📋 copy color: '#C7165C'

red 199 ◦ green 22 ◦ blue 92

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

Shades of Ruby #C7165C

Tints of Ruby #C7165C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

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

R = 63.58%
G = 7.03%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7165C (or 0xC7165C) is known color: Ruby. HEX triplet: C7, 16 and 5C. RGB value is (199,22,92). Sum of RGB (Red+Green+Blue) = 199+22+92=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7165C is #38E9A3. Grayscale: #525252. Windows color (decimal): -3729828 or 6035143. OLE color: 6035143.

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

Color convert

RGB 199 22 92 -
CMYK 0 0.89 0.54 0.22
HSL 336.27º 0.8% 0.43% -
HSV(B) 336.27º 0.89% 0.78% -
XYZ 25.77 13.49 11.37 -
YUV 82.9 133.14 210.81 -
System Red Green Blue C M Y K H S L
Decimal 199 22 92 0 0.89 0.54 0.22 336.27 0.8 0.43
Hex C7 16 5C 0 59 36 16 150 50 2B
Octal 307 26 134 0 131 66 26 520 120 53
Binary 11000111 10110 1011100 0 1011001 110110 10110 101010000 1010000 101011

Color Harmonies of #C7165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7165C

Black with #C7165C

Text Example


Text Example

White with #C7165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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