Html Css Color HEX #C81153 Ruby

📋 copy color: '#C81153'

red 200 ◦ green 17 ◦ blue 83

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

Shades of Ruby #C81153

Tints of Ruby #C81153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 83 (32.81% from 255) = 27.67%

R = 66.67%
G = 5.67%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81153 (or 0xC81153) is known color: Ruby. HEX triplet: C8, 11 and 53. RGB value is (200,17,83). Sum of RGB (Red+Green+Blue) = 200+17+83=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C81153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81153 is #37EEAC. Grayscale: #4F4F4F. Windows color (decimal): -3665581 or 5444040. OLE color: 5444040.

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

Color convert

RGB 200 17 83 -
CMYK 0 0.92 0.58 0.22
HSL 338.36º 0.84% 0.43% -
HSV(B) 338.36º 0.92% 0.78% -
XYZ 25.58 13.3 9.4 -
YUV 79.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 200 17 83 0 0.92 0.58 0.22 338.36 0.84 0.43
Hex C8 11 53 0 5C 3A 16 152 54 2B
Octal 310 21 123 0 134 72 26 522 124 53
Binary 11001000 10001 1010011 0 1011100 111010 10110 101010010 1010100 101011

Color Harmonies of #C81153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81153

Black with #C81153

Text Example


Text Example

White with #C81153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81153; }

 p { color: rgb(200,17,83); }

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

background-color css

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

 a { background-color: rgb(200,17,83); }

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

border-color css

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

 span { border-color: rgb(200,17,83); }

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