Html Css Color HEX #C8105C Ruby

📋 copy color: '#C8105C'

red 200 ◦ green 16 ◦ blue 92

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

Shades of Ruby #C8105C

Tints of Ruby #C8105C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 64.94%
G = 5.19%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8105C (or 0xC8105C) is known color: Ruby. HEX triplet: C8, 10 and 5C. RGB value is (200,16,92). Sum of RGB (Red+Green+Blue) = 200+16+92=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8105C is #37EFA3. Grayscale: #4F4F4F. Windows color (decimal): -3665828 or 6033608. OLE color: 6033608.

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

Color convert

RGB 200 16 92 -
CMYK 0 0.92 0.54 0.22
HSL 335.22º 0.85% 0.42% -
HSV(B) 335.22º 0.92% 0.78% -
XYZ 25.94 13.42 11.35 -
YUV 79.68 134.96 213.82 -
System Red Green Blue C M Y K H S L
Decimal 200 16 92 0 0.92 0.54 0.22 335.22 0.85 0.42
Hex C8 10 5C 0 5C 36 16 14F 55 2A
Octal 310 20 134 0 134 66 26 517 125 52
Binary 11001000 10000 1011100 0 1011100 110110 10110 101001111 1010101 101010

Color Harmonies of #C8105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8105C

Black with #C8105C

Text Example


Text Example

White with #C8105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8105C; }

 p { color: rgb(200,16,92); }

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

background-color css

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

 a { background-color: rgb(200,16,92); }

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

border-color css

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

 span { border-color: rgb(200,16,92); }

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