Html Css Color HEX #C8165B Ruby

📋 copy color: '#C8165B'

red 200 ◦ green 22 ◦ blue 91

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

Shades of Ruby #C8165B

Tints of Ruby #C8165B

RGB

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

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

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

R = 63.9%
G = 7.03%
B = 29.07%

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

#C8165B (or 0xC8165B) is known color: Ruby. HEX triplet: C8, 16 and 5B. RGB value is (200,22,91). Sum of RGB (Red+Green+Blue) = 200+22+91=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8165B is #37E9A4. Grayscale: #525252. Windows color (decimal): -3664293 or 5969608. OLE color: 5969608.

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

Color convert

RGB 200 22 91 -
CMYK 0 0.89 0.54 0.22
HSL 336.74º 0.8% 0.44% -
HSV(B) 336.74º 0.89% 0.78% -
XYZ 25.99 13.61 11.15 -
YUV 83.09 132.47 211.39 -
System Red Green Blue C M Y K H S L
Decimal 200 22 91 0 0.89 0.54 0.22 336.74 0.8 0.44
Hex C8 16 5B 0 59 36 16 151 50 2C
Octal 310 26 133 0 131 66 26 521 120 54
Binary 11001000 10110 1011011 0 1011001 110110 10110 101010001 1010000 101100

Color Harmonies of #C8165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8165B

Black with #C8165B

Text Example


Text Example

White with #C8165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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