Html Css Color HEX #C8185B Ruby

📋 copy color: '#C8185B'

red 200 ◦ green 24 ◦ blue 91

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

Shades of Ruby #C8185B

Tints of Ruby #C8185B

RGB

 RED value IS 200 (78.52% from 255) = 63.49%

 GREEN value IS 24 (9.77% from 255) = 7.62%

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

R = 63.49%
G = 7.62%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8185B (or 0xC8185B) is known color: Ruby. HEX triplet: C8, 18 and 5B. RGB value is (200,24,91). Sum of RGB (Red+Green+Blue) = 200+24+91=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8185B is #37E7A4. Grayscale: #545454. Windows color (decimal): -3663781 or 5970120. OLE color: 5970120.

HSL color Cylindrical-coordinate representation of color #C8185B: hue angle of 337.16º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8185B is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 91 -
CMYK 0 0.88 0.54 0.22
HSL 337.16º 0.79% 0.44% -
HSV(B) 337.16º 0.88% 0.78% -
XYZ 26.03 13.69 11.17 -
YUV 84.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 200 24 91 0 0.88 0.54 0.22 337.16 0.79 0.44
Hex C8 18 5B 0 58 36 16 151 4F 2C
Octal 310 30 133 0 130 66 26 521 117 54
Binary 11001000 11000 1011011 0 1011000 110110 10110 101010001 1001111 101100

Color Harmonies of #C8185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8185B

Black with #C8185B

Text Example


Text Example

White with #C8185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8185B; }

 p { color: rgb(200,24,91); }

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

background-color css

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

 a { background-color: rgb(200,24,91); }

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

border-color css

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

 span { border-color: rgb(200,24,91); }

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