Html Css Color HEX #C8135A Ruby

📋 copy color: '#C8135A'

red 200 ◦ green 19 ◦ blue 90

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

Shades of Ruby #C8135A

Tints of Ruby #C8135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 64.72%
G = 6.15%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8135A (or 0xC8135A) is known color: Ruby. HEX triplet: C8, 13 and 5A. RGB value is (200,19,90). Sum of RGB (Red+Green+Blue) = 200+19+90=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8135A is #37ECA5. Grayscale: #515151. Windows color (decimal): -3665062 or 5903304. OLE color: 5903304.

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

Color convert

RGB 200 19 90 -
CMYK 0 0.90 0.55 0.22
HSL 336.46º 0.83% 0.43% -
HSV(B) 336.46º 0.91% 0.78% -
XYZ 25.9 13.48 10.91 -
YUV 81.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 200 19 90 0 0.90 0.55 0.22 336.46 0.83 0.43
Hex C8 13 5A 0 5A 37 16 150 53 2B
Octal 310 23 132 0 132 67 26 520 123 53
Binary 11001000 10011 1011010 0 1011010 110111 10110 101010000 1010011 101011

Color Harmonies of #C8135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8135A

Black with #C8135A

Text Example


Text Example

White with #C8135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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