Html Css Color HEX #C8156A Ruby

📋 copy color: '#C8156A'

red 200 ◦ green 21 ◦ blue 106

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

Shades of Ruby #C8156A

Tints of Ruby #C8156A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

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

R = 61.16%
G = 6.42%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8156A (or 0xC8156A) is known color: Ruby. HEX triplet: C8, 15 and 6A. RGB value is (200,21,106). Sum of RGB (Red+Green+Blue) = 200+21+106=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8156A is #37EA95. Grayscale: #545454. Windows color (decimal): -3664534 or 6952392. OLE color: 6952392.

HSL color Cylindrical-coordinate representation of color #C8156A: hue angle of 331.51º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8156A is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 106 -
CMYK 0 0.90 0.47 0.22
HSL 331.51º 0.81% 0.43% -
HSV(B) 331.51º 0.9% 0.78% -
XYZ 26.69 13.86 14.9 -
YUV 84.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 200 21 106 0 0.90 0.47 0.22 331.51 0.81 0.43
Hex C8 15 6A 0 5A 2F 16 14C 51 2B
Octal 310 25 152 0 132 57 26 514 121 53
Binary 11001000 10101 1101010 0 1011010 101111 10110 101001100 1010001 101011

Color Harmonies of #C8156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8156A

Black with #C8156A

Text Example


Text Example

White with #C8156A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8156A; }

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

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

background-color css

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

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

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

border-color css

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

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

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