Html Css Color HEX #C5085B Ruby

📋 copy color: '#C5085B'

red 197 ◦ green 8 ◦ blue 91

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

Shades of Ruby #C5085B

Tints of Ruby #C5085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 66.55%
G = 2.7%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5085B (or 0xC5085B) is known color: Ruby. HEX triplet: C5, 08 and 5B. RGB value is (197,8,91). Sum of RGB (Red+Green+Blue) = 197+8+91=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5085B is #3AF7A4. Grayscale: #494949. Windows color (decimal): -3864485 or 5966021. OLE color: 5966021.

HSL color Cylindrical-coordinate representation of color #C5085B: hue angle of 333.65º 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 #C5085B is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 91 -
CMYK 0 0.96 0.54 0.23
HSL 333.65º 0.92% 0.4% -
HSV(B) 333.65º 0.96% 0.77% -
XYZ 25 12.8 11.05 -
YUV 73.97 137.62 215.75 -
System Red Green Blue C M Y K H S L
Decimal 197 8 91 0 0.96 0.54 0.23 333.65 0.92 0.4
Hex C5 8 5B 0 60 36 17 14E 5C 28
Octal 305 10 133 0 140 66 27 516 134 50
Binary 11000101 1000 1011011 0 1100000 110110 10111 101001110 1011100 101000

Color Harmonies of #C5085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5085B

Black with #C5085B

Text Example


Text Example

White with #C5085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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