Html Css Color HEX #C81A62 Ruby

📋 copy color: '#C81A62'

red 200 ◦ green 26 ◦ blue 98

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

Shades of Ruby #C81A62

Tints of Ruby #C81A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 61.73%
G = 8.02%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C81A62 (or 0xC81A62) is known color: Ruby. HEX triplet: C8, 1A and 62. RGB value is (200,26,98). Sum of RGB (Red+Green+Blue) = 200+26+98=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A62 is #37E59D. Grayscale: #565656. Windows color (decimal): -3663262 or 6429384. OLE color: 6429384.

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

Color convert

RGB 200 26 98 -
CMYK 0 0.87 0.51 0.22
HSL 335.17º 0.77% 0.44% -
HSV(B) 335.17º 0.87% 0.78% -
XYZ 26.39 13.9 12.85 -
YUV 86.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 200 26 98 0 0.87 0.51 0.22 335.17 0.77 0.44
Hex C8 1A 62 0 57 33 16 14F 4D 2C
Octal 310 32 142 0 127 63 26 517 115 54
Binary 11001000 11010 1100010 0 1010111 110011 10110 101001111 1001101 101100

Color Harmonies of #C81A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A62

Black with #C81A62

Text Example


Text Example

White with #C81A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A62; }

 p { color: rgb(200,26,98); }

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

background-color css

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

 a { background-color: rgb(200,26,98); }

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

border-color css

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

 span { border-color: rgb(200,26,98); }

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