Html Css Color HEX #C8086A Ruby

📋 copy color: '#C8086A'

red 200 ◦ green 8 ◦ blue 106

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

Shades of Ruby #C8086A

Tints of Ruby #C8086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.55%

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 63.69%
G = 2.55%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8086A (or 0xC8086A) is known color: Ruby. HEX triplet: C8, 08 and 6A. RGB value is (200,8,106). Sum of RGB (Red+Green+Blue) = 200+8+106=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8086A is #37F795. Grayscale: #4C4C4C. Windows color (decimal): -3667862 or 6949064. OLE color: 6949064.

HSL color Cylindrical-coordinate representation of color #C8086A: hue angle of 329.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8086A is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 106 -
CMYK 0 0.96 0.47 0.22
HSL 329.38º 0.92% 0.41% -
HSV(B) 329.38º 0.96% 0.78% -
XYZ 26.51 13.49 14.84 -
YUV 76.58 144.61 216.03 -
System Red Green Blue C M Y K H S L
Decimal 200 8 106 0 0.96 0.47 0.22 329.38 0.92 0.41
Hex C8 8 6A 0 60 2F 16 149 5C 29
Octal 310 10 152 0 140 57 26 511 134 51
Binary 11001000 1000 1101010 0 1100000 101111 10110 101001001 1011100 101001

Color Harmonies of #C8086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8086A

Black with #C8086A

Text Example


Text Example

White with #C8086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8086A; }

 p { color: rgb(200,8,106); }

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

background-color css

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

 a { background-color: rgb(200,8,106); }

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

border-color css

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

 span { border-color: rgb(200,8,106); }

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