Html Css Color HEX #C81C61 Ruby

📋 copy color: '#C81C61'

red 200 ◦ green 28 ◦ blue 97

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

Shades of Ruby #C81C61

Tints of Ruby #C81C61

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 61.54%
G = 8.62%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C81C61 (or 0xC81C61) is known color: Ruby. HEX triplet: C8, 1C and 61. RGB value is (200,28,97). Sum of RGB (Red+Green+Blue) = 200+28+97=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81C61 is #37E39E. Grayscale: #575757. Windows color (decimal): -3662751 or 6364360. OLE color: 6364360.

HSL color Cylindrical-coordinate representation of color #C81C61: hue angle of 335.93º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81C61 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 28 97 -
CMYK 0 0.86 0.52 0.22
HSL 335.93º 0.75% 0.45% -
HSV(B) 335.93º 0.86% 0.78% -
XYZ 26.39 13.97 12.62 -
YUV 87.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 200 28 97 0 0.86 0.52 0.22 335.93 0.75 0.45
Hex C8 1C 61 0 56 34 16 150 4B 2D
Octal 310 34 141 0 126 64 26 520 113 55
Binary 11001000 11100 1100001 0 1010110 110100 10110 101010000 1001011 101101

Color Harmonies of #C81C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81C61

Black with #C81C61

Text Example


Text Example

White with #C81C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81C61; }

 p { color: rgb(200,28,97); }

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

background-color css

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

 a { background-color: rgb(200,28,97); }

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

border-color css

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

 span { border-color: rgb(200,28,97); }

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