Html Css Color HEX #C8096A Ruby

📋 copy color: '#C8096A'

red 200 ◦ green 9 ◦ blue 106

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

Shades of Ruby #C8096A

Tints of Ruby #C8096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

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

R = 63.49%
G = 2.86%
B = 33.65%

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

#C8096A (or 0xC8096A) is known color: Ruby. HEX triplet: C8, 09 and 6A. RGB value is (200,9,106). Sum of RGB (Red+Green+Blue) = 200+9+106=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8096A is #37F695. Grayscale: #4C4C4C. Windows color (decimal): -3667606 or 6949320. OLE color: 6949320.

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

Color convert

RGB 200 9 106 -
CMYK 0 0.96 0.47 0.22
HSL 329.53º 0.91% 0.41% -
HSV(B) 329.53º 0.96% 0.78% -
XYZ 26.52 13.52 14.85 -
YUV 77.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 200 9 106 0 0.96 0.47 0.22 329.53 0.91 0.41
Hex C8 9 6A 0 60 2F 16 14A 5B 29
Octal 310 11 152 0 140 57 26 512 133 51
Binary 11001000 1001 1101010 0 1100000 101111 10110 101001010 1011011 101001

Color Harmonies of #C8096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8096A

Black with #C8096A

Text Example


Text Example

White with #C8096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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