Html Css Color HEX #C4105E Ruby

📋 copy color: '#C4105E'

red 196 ◦ green 16 ◦ blue 94

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

Shades of Ruby #C4105E

Tints of Ruby #C4105E

RGB

 RED value IS 196 (76.95% from 255) = 64.05%

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

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 64.05%
G = 5.23%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4105E (or 0xC4105E) is known color: Ruby. HEX triplet: C4, 10 and 5E. RGB value is (196,16,94). Sum of RGB (Red+Green+Blue) = 196+16+94=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4105E is #3BEFA1. Grayscale: #4E4E4E. Windows color (decimal): -3927970 or 6164676. OLE color: 6164676.

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

Color convert

RGB 196 16 94 -
CMYK 0 0.92 0.52 0.23
HSL 334º 0.85% 0.42% -
HSV(B) 334º 0.92% 0.77% -
XYZ 24.97 12.91 11.77 -
YUV 78.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 196 16 94 0 0.92 0.52 0.23 334 0.85 0.42
Hex C4 10 5E 0 5C 34 17 14E 55 2A
Octal 304 20 136 0 134 64 27 516 125 52
Binary 11000100 10000 1011110 0 1011100 110100 10111 101001110 1010101 101010

Color Harmonies of #C4105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4105E

Black with #C4105E

Text Example


Text Example

White with #C4105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4105E; }

 p { color: rgb(196,16,94); }

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

background-color css

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

 a { background-color: rgb(196,16,94); }

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

border-color css

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

 span { border-color: rgb(196,16,94); }

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