Html Css Color HEX #C8135E Ruby

📋 copy color: '#C8135E'

red 200 ◦ green 19 ◦ blue 94

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

Shades of Ruby #C8135E

Tints of Ruby #C8135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

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

R = 63.9%
G = 6.07%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8135E (or 0xC8135E) is known color: Ruby. HEX triplet: C8, 13 and 5E. RGB value is (200,19,94). Sum of RGB (Red+Green+Blue) = 200+19+94=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8135E is #37ECA1. Grayscale: #515151. Windows color (decimal): -3665058 or 6165448. OLE color: 6165448.

HSL color Cylindrical-coordinate representation of color #C8135E: hue angle of 335.14º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8135E is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 94 -
CMYK 0 0.90 0.53 0.22
HSL 335.14º 0.83% 0.43% -
HSV(B) 335.14º 0.91% 0.78% -
XYZ 26.07 13.55 11.83 -
YUV 81.67 134.97 212.4 -
System Red Green Blue C M Y K H S L
Decimal 200 19 94 0 0.90 0.53 0.22 335.14 0.83 0.43
Hex C8 13 5E 0 5A 35 16 14F 53 2B
Octal 310 23 136 0 132 65 26 517 123 53
Binary 11001000 10011 1011110 0 1011010 110101 10110 101001111 1010011 101011

Color Harmonies of #C8135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8135E

Black with #C8135E

Text Example


Text Example

White with #C8135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8135E; }

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

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

background-color css

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

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

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

border-color css

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

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

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