Html Css Color HEX #C8076A Ruby

📋 copy color: '#C8076A'

red 200 ◦ green 7 ◦ blue 106

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

Shades of Ruby #C8076A

Tints of Ruby #C8076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

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

R = 63.9%
G = 2.24%
B = 33.87%

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

#C8076A (or 0xC8076A) is known color: Ruby. HEX triplet: C8, 07 and 6A. RGB value is (200,7,106). Sum of RGB (Red+Green+Blue) = 200+7+106=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8076A is #37F895. Grayscale: #4B4B4B. Windows color (decimal): -3668118 or 6948808. OLE color: 6948808.

HSL color Cylindrical-coordinate representation of color #C8076A: hue angle of 329.22º degrees, saturation: 0.93, 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 #C8076A is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 106 -
CMYK 0 0.96 0.47 0.22
HSL 329.22º 0.93% 0.41% -
HSV(B) 329.22º 0.97% 0.78% -
XYZ 26.5 13.47 14.84 -
YUV 75.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 200 7 106 0 0.96 0.47 0.22 329.22 0.93 0.41
Hex C8 7 6A 0 60 2F 16 149 5D 29
Octal 310 7 152 0 140 57 26 511 135 51
Binary 11001000 111 1101010 0 1100000 101111 10110 101001001 1011101 101001

Color Harmonies of #C8076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8076A

Black with #C8076A

Text Example


Text Example

White with #C8076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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