Html Css Color HEX #C81664 Ruby

📋 copy color: '#C81664'

red 200 ◦ green 22 ◦ blue 100

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

Shades of Ruby #C81664

Tints of Ruby #C81664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 62.11%
G = 6.83%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C81664 (or 0xC81664) is known color: Ruby. HEX triplet: C8, 16 and 64. RGB value is (200,22,100). Sum of RGB (Red+Green+Blue) = 200+22+100=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C81664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81664 is #37E99B. Grayscale: #535353. Windows color (decimal): -3664284 or 6559432. OLE color: 6559432.

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

Color convert

RGB 200 22 100 -
CMYK 0 0.89 0.5 0.22
HSL 333.71º 0.8% 0.44% -
HSV(B) 333.71º 0.89% 0.78% -
XYZ 26.41 13.77 13.32 -
YUV 84.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 200 22 100 0 0.89 0.5 0.22 333.71 0.8 0.44
Hex C8 16 64 0 59 32 16 14E 50 2C
Octal 310 26 144 0 131 62 26 516 120 54
Binary 11001000 10110 1100100 0 1011001 110010 10110 101001110 1010000 101100

Color Harmonies of #C81664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81664

Black with #C81664

Text Example


Text Example

White with #C81664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81664; }

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

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

background-color css

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

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

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

border-color css

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

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

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