Html Css Color HEX #C8135D Ruby

📋 copy color: '#C8135D'

red 200 ◦ green 19 ◦ blue 93

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

Shades of Ruby #C8135D

Tints of Ruby #C8135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 64.1%
G = 6.09%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8135D (or 0xC8135D) is known color: Ruby. HEX triplet: C8, 13 and 5D. RGB value is (200,19,93). Sum of RGB (Red+Green+Blue) = 200+19+93=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8135D is #37ECA2. Grayscale: #515151. Windows color (decimal): -3665059 or 6099912. OLE color: 6099912.

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

Color convert

RGB 200 19 93 -
CMYK 0 0.90 0.54 0.22
HSL 335.47º 0.83% 0.43% -
HSV(B) 335.47º 0.91% 0.78% -
XYZ 26.03 13.54 11.6 -
YUV 81.56 134.47 212.48 -
System Red Green Blue C M Y K H S L
Decimal 200 19 93 0 0.90 0.54 0.22 335.47 0.83 0.43
Hex C8 13 5D 0 5A 36 16 14F 53 2B
Octal 310 23 135 0 132 66 26 517 123 53
Binary 11001000 10011 1011101 0 1011010 110110 10110 101001111 1010011 101011

Color Harmonies of #C8135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8135D

Black with #C8135D

Text Example


Text Example

White with #C8135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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