Html Css Color HEX #C8165E Ruby

📋 copy color: '#C8165E'

red 200 ◦ green 22 ◦ blue 94

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

Shades of Ruby #C8165E

Tints of Ruby #C8165E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 63.29%
G = 6.96%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8165E (or 0xC8165E) is known color: Ruby. HEX triplet: C8, 16 and 5E. RGB value is (200,22,94). Sum of RGB (Red+Green+Blue) = 200+22+94=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8165E is #37E9A1. Grayscale: #535353. Windows color (decimal): -3664290 or 6166216. OLE color: 6166216.

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

Color convert

RGB 200 22 94 -
CMYK 0 0.89 0.53 0.22
HSL 335.73º 0.8% 0.44% -
HSV(B) 335.73º 0.89% 0.78% -
XYZ 26.13 13.66 11.85 -
YUV 83.43 133.97 211.15 -
System Red Green Blue C M Y K H S L
Decimal 200 22 94 0 0.89 0.53 0.22 335.73 0.8 0.44
Hex C8 16 5E 0 59 35 16 150 50 2C
Octal 310 26 136 0 131 65 26 520 120 54
Binary 11001000 10110 1011110 0 1011001 110101 10110 101010000 1010000 101100

Color Harmonies of #C8165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8165E

Black with #C8165E

Text Example


Text Example

White with #C8165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8165E; }

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

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

background-color css

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

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

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

border-color css

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

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

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