Html Css Color HEX #C8196A Ruby

📋 copy color: '#C8196A'

red 200 ◦ green 25 ◦ blue 106

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

Shades of Ruby #C8196A

Tints of Ruby #C8196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

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

R = 60.42%
G = 7.55%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8196A (or 0xC8196A) is known color: Ruby. HEX triplet: C8, 19 and 6A. RGB value is (200,25,106). Sum of RGB (Red+Green+Blue) = 200+25+106=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8196A is #37E695. Grayscale: #565656. Windows color (decimal): -3663510 or 6953416. OLE color: 6953416.

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

Color convert

RGB 200 25 106 -
CMYK 0 0.88 0.47 0.22
HSL 332.23º 0.78% 0.44% -
HSV(B) 332.23º 0.88% 0.78% -
XYZ 26.77 14.02 14.93 -
YUV 86.56 138.98 208.91 -
System Red Green Blue C M Y K H S L
Decimal 200 25 106 0 0.88 0.47 0.22 332.23 0.78 0.44
Hex C8 19 6A 0 58 2F 16 14C 4E 2C
Octal 310 31 152 0 130 57 26 514 116 54
Binary 11001000 11001 1101010 0 1011000 101111 10110 101001100 1001110 101100

Color Harmonies of #C8196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8196A

Black with #C8196A

Text Example


Text Example

White with #C8196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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