Html Css Color HEX #C81E64 Ruby

📋 copy color: '#C81E64'

red 200 ◦ green 30 ◦ blue 100

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

Shades of Ruby #C81E64

Tints of Ruby #C81E64

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

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

R = 60.61%
G = 9.09%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C81E64 (or 0xC81E64) is known color: Ruby. HEX triplet: C8, 1E and 64. RGB value is (200,30,100). Sum of RGB (Red+Green+Blue) = 200+30+100=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81E64 is #37E19B. Grayscale: #585858. Windows color (decimal): -3662236 or 6561480. OLE color: 6561480.

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

Color convert

RGB 200 30 100 -
CMYK 0 0.85 0.5 0.22
HSL 335.29º 0.74% 0.45% -
HSV(B) 335.29º 0.85% 0.78% -
XYZ 26.58 14.13 13.38 -
YUV 88.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 200 30 100 0 0.85 0.5 0.22 335.29 0.74 0.45
Hex C8 1E 64 0 55 32 16 14F 4A 2D
Octal 310 36 144 0 125 62 26 517 112 55
Binary 11001000 11110 1100100 0 1010101 110010 10110 101001111 1001010 101101

Color Harmonies of #C81E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E64

Black with #C81E64

Text Example


Text Example

White with #C81E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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