Html Css Color HEX #C81654 Ruby

📋 copy color: '#C81654'

red 200 ◦ green 22 ◦ blue 84

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

Shades of Ruby #C81654

Tints of Ruby #C81654

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.19%

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 65.36%
G = 7.19%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81654 (or 0xC81654) is known color: Ruby. HEX triplet: C8, 16 and 54. RGB value is (200,22,84). Sum of RGB (Red+Green+Blue) = 200+22+84=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C81654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81654 is #37E9AB. Grayscale: #525252. Windows color (decimal): -3664300 or 5510856. OLE color: 5510856.

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

Color convert

RGB 200 22 84 -
CMYK 0 0.89 0.58 0.22
HSL 339.1º 0.8% 0.44% -
HSV(B) 339.1º 0.89% 0.78% -
XYZ 25.71 13.49 9.64 -
YUV 82.29 128.97 211.96 -
System Red Green Blue C M Y K H S L
Decimal 200 22 84 0 0.89 0.58 0.22 339.1 0.8 0.44
Hex C8 16 54 0 59 3A 16 153 50 2C
Octal 310 26 124 0 131 72 26 523 120 54
Binary 11001000 10110 1010100 0 1011001 111010 10110 101010011 1010000 101100

Color Harmonies of #C81654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81654

Black with #C81654

Text Example


Text Example

White with #C81654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81654; }

 p { color: rgb(200,22,84); }

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

background-color css

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

 a { background-color: rgb(200,22,84); }

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

border-color css

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

 span { border-color: rgb(200,22,84); }

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