Html Css Color HEX #C81262 Ruby

📋 copy color: '#C81262'

red 200 ◦ green 18 ◦ blue 98

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

Shades of Ruby #C81262

Tints of Ruby #C81262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 63.29%
G = 5.7%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C81262 (or 0xC81262) is known color: Ruby. HEX triplet: C8, 12 and 62. RGB value is (200,18,98). Sum of RGB (Red+Green+Blue) = 200+18+98=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C81262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81262 is #37ED9D. Grayscale: #515151. Windows color (decimal): -3665310 or 6427336. OLE color: 6427336.

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

Color convert

RGB 200 18 98 -
CMYK 0 0.91 0.51 0.22
HSL 333.63º 0.83% 0.43% -
HSV(B) 333.63º 0.91% 0.78% -
XYZ 26.24 13.59 12.8 -
YUV 81.54 137.3 212.5 -
System Red Green Blue C M Y K H S L
Decimal 200 18 98 0 0.91 0.51 0.22 333.63 0.83 0.43
Hex C8 12 62 0 5B 33 16 14E 53 2B
Octal 310 22 142 0 133 63 26 516 123 53
Binary 11001000 10010 1100010 0 1011011 110011 10110 101001110 1010011 101011

Color Harmonies of #C81262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81262

Black with #C81262

Text Example


Text Example

White with #C81262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81262; }

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

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

background-color css

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

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

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

border-color css

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

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

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