Html Css Color HEX #C5085F Ruby

📋 copy color: '#C5085F'

red 197 ◦ green 8 ◦ blue 95

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

Shades of Ruby #C5085F

Tints of Ruby #C5085F

RGB

 RED value IS 197 (77.34% from 255) = 65.67%

 GREEN value IS 8 (3.52% from 255) = 2.67%

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 65.67%
G = 2.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5085F (or 0xC5085F) is known color: Ruby. HEX triplet: C5, 08 and 5F. RGB value is (197,8,95). Sum of RGB (Red+Green+Blue) = 197+8+95=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C5085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5085F is #3AF7A0. Grayscale: #4A4A4A. Windows color (decimal): -3864481 or 6228165. OLE color: 6228165.

HSL color Cylindrical-coordinate representation of color #C5085F: hue angle of 332.38º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5085F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 95 -
CMYK 0 0.96 0.52 0.23
HSL 332.38º 0.92% 0.4% -
HSV(B) 332.38º 0.96% 0.77% -
XYZ 25.18 12.87 11.98 -
YUV 74.43 139.62 215.43 -
System Red Green Blue C M Y K H S L
Decimal 197 8 95 0 0.96 0.52 0.23 332.38 0.92 0.4
Hex C5 8 5F 0 60 34 17 14C 5C 28
Octal 305 10 137 0 140 64 27 514 134 50
Binary 11000101 1000 1011111 0 1100000 110100 10111 101001100 1011100 101000

Color Harmonies of #C5085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5085F

Black with #C5085F

Text Example


Text Example

White with #C5085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5085F; }

 p { color: rgb(197,8,95); }

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

background-color css

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

 a { background-color: rgb(197,8,95); }

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

border-color css

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

 span { border-color: rgb(197,8,95); }

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