Html Css Color HEX #C81562 Ruby

📋 copy color: '#C81562'

red 200 ◦ green 21 ◦ blue 98

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

Shades of Ruby #C81562

Tints of Ruby #C81562

RGB

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

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

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

R = 62.7%
G = 6.58%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C81562 (or 0xC81562) is known color: Ruby. HEX triplet: C8, 15 and 62. RGB value is (200,21,98). Sum of RGB (Red+Green+Blue) = 200+21+98=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C81562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81562 is #37EA9D. Grayscale: #535353. Windows color (decimal): -3664542 or 6428104. OLE color: 6428104.

HSL color Cylindrical-coordinate representation of color #C81562: hue angle of 334.19º 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 #C81562 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 98 -
CMYK 0 0.90 0.51 0.22
HSL 334.19º 0.81% 0.43% -
HSV(B) 334.19º 0.9% 0.78% -
XYZ 26.29 13.7 12.81 -
YUV 83.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 200 21 98 0 0.90 0.51 0.22 334.19 0.81 0.43
Hex C8 15 62 0 5A 33 16 14E 51 2B
Octal 310 25 142 0 132 63 26 516 121 53
Binary 11001000 10101 1100010 0 1011010 110011 10110 101001110 1010001 101011

Color Harmonies of #C81562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81562

Black with #C81562

Text Example


Text Example

White with #C81562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81562; }

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

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

background-color css

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

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

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

border-color css

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

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

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