Html Css Color HEX #C81260 Ruby

📋 copy color: '#C81260'

red 200 ◦ green 18 ◦ blue 96

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

Shades of Ruby #C81260

Tints of Ruby #C81260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.57%

R = 63.69%
G = 5.73%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C81260 (or 0xC81260) is known color: Ruby. HEX triplet: C8, 12 and 60. RGB value is (200,18,96). Sum of RGB (Red+Green+Blue) = 200+18+96=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C81260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81260 is #37ED9F. Grayscale: #515151. Windows color (decimal): -3665312 or 6296264. OLE color: 6296264.

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

Color convert

RGB 200 18 96 -
CMYK 0 0.91 0.52 0.22
HSL 334.29º 0.83% 0.43% -
HSV(B) 334.29º 0.91% 0.78% -
XYZ 26.15 13.56 12.3 -
YUV 81.31 136.3 212.66 -
System Red Green Blue C M Y K H S L
Decimal 200 18 96 0 0.91 0.52 0.22 334.29 0.83 0.43
Hex C8 12 60 0 5B 34 16 14E 53 2B
Octal 310 22 140 0 133 64 26 516 123 53
Binary 11001000 10010 1100000 0 1011011 110100 10110 101001110 1010011 101011

Color Harmonies of #C81260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81260

Black with #C81260

Text Example


Text Example

White with #C81260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81260; }

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

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

background-color css

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

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

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

border-color css

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

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

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