Html Css Color HEX #C81264 Ruby

📋 copy color: '#C81264'

red 200 ◦ green 18 ◦ blue 100

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

Shades of Ruby #C81264

Tints of Ruby #C81264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.66%

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

R = 62.89%
G = 5.66%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C81264 (or 0xC81264) is known color: Ruby. HEX triplet: C8, 12 and 64. RGB value is (200,18,100). Sum of RGB (Red+Green+Blue) = 200+18+100=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C81264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81264 is #37ED9B. Grayscale: #515151. Windows color (decimal): -3665308 or 6558408. OLE color: 6558408.

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

Color convert

RGB 200 18 100 -
CMYK 0 0.91 0.5 0.22
HSL 332.97º 0.83% 0.43% -
HSV(B) 332.97º 0.91% 0.78% -
XYZ 26.34 13.63 13.3 -
YUV 81.77 138.3 212.33 -
System Red Green Blue C M Y K H S L
Decimal 200 18 100 0 0.91 0.5 0.22 332.97 0.83 0.43
Hex C8 12 64 0 5B 32 16 14D 53 2B
Octal 310 22 144 0 133 62 26 515 123 53
Binary 11001000 10010 1100100 0 1011011 110010 10110 101001101 1010011 101011

Color Harmonies of #C81264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81264

Black with #C81264

Text Example


Text Example

White with #C81264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81264; }

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

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

background-color css

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

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

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

border-color css

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

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

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