Html Css Color HEX #C8056A Ruby

📋 copy color: '#C8056A'

red 200 ◦ green 5 ◦ blue 106

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

Shades of Ruby #C8056A

Tints of Ruby #C8056A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 64.31%
G = 1.61%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8056A (or 0xC8056A) is known color: Ruby. HEX triplet: C8, 05 and 6A. RGB value is (200,5,106). Sum of RGB (Red+Green+Blue) = 200+5+106=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8056A is #37FA95. Grayscale: #4A4A4A. Windows color (decimal): -3668630 or 6948296. OLE color: 6948296.

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

Color convert

RGB 200 5 106 -
CMYK 0 0.98 0.47 0.22
HSL 328.92º 0.95% 0.4% -
HSV(B) 328.92º 0.98% 0.78% -
XYZ 26.48 13.43 14.83 -
YUV 74.82 145.6 217.29 -
System Red Green Blue C M Y K H S L
Decimal 200 5 106 0 0.98 0.47 0.22 328.92 0.95 0.4
Hex C8 5 6A 0 62 2F 16 149 5F 28
Octal 310 5 152 0 142 57 26 511 137 50
Binary 11001000 101 1101010 0 1100010 101111 10110 101001001 1011111 101000

Color Harmonies of #C8056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8056A

Black with #C8056A

Text Example


Text Example

White with #C8056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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