Html Css Color HEX #C81864 Ruby

📋 copy color: '#C81864'

red 200 ◦ green 24 ◦ blue 100

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

Shades of Ruby #C81864

Tints of Ruby #C81864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.41%

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

R = 61.73%
G = 7.41%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C81864 (or 0xC81864) is known color: Ruby. HEX triplet: C8, 18 and 64. RGB value is (200,24,100). Sum of RGB (Red+Green+Blue) = 200+24+100=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C81864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81864 is #37E79B. Grayscale: #555555. Windows color (decimal): -3663772 or 6559944. OLE color: 6559944.

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

Color convert

RGB 200 24 100 -
CMYK 0 0.88 0.5 0.22
HSL 334.09º 0.79% 0.44% -
HSV(B) 334.09º 0.88% 0.78% -
XYZ 26.45 13.85 13.34 -
YUV 85.29 136.31 209.82 -
System Red Green Blue C M Y K H S L
Decimal 200 24 100 0 0.88 0.5 0.22 334.09 0.79 0.44
Hex C8 18 64 0 58 32 16 14E 4F 2C
Octal 310 30 144 0 130 62 26 516 117 54
Binary 11001000 11000 1100100 0 1011000 110010 10110 101001110 1001111 101100

Color Harmonies of #C81864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81864

Black with #C81864

Text Example


Text Example

White with #C81864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81864; }

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

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

background-color css

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

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

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

border-color css

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

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

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