Html Css Color HEX #C4105C Ruby

📋 copy color: '#C4105C'

red 196 ◦ green 16 ◦ blue 92

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

Shades of Ruby #C4105C

Tints of Ruby #C4105C

RGB

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

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

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

R = 64.47%
G = 5.26%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4105C (or 0xC4105C) is known color: Ruby. HEX triplet: C4, 10 and 5C. RGB value is (196,16,92). Sum of RGB (Red+Green+Blue) = 196+16+92=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4105C is #3BEFA3. Grayscale: #4E4E4E. Windows color (decimal): -3927972 or 6033604. OLE color: 6033604.

HSL color Cylindrical-coordinate representation of color #C4105C: hue angle of 334.67º 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 #C4105C is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 16 92 -
CMYK 0 0.92 0.53 0.23
HSL 334.67º 0.85% 0.42% -
HSV(B) 334.67º 0.92% 0.77% -
XYZ 24.88 12.88 11.3 -
YUV 78.48 135.63 211.82 -
System Red Green Blue C M Y K H S L
Decimal 196 16 92 0 0.92 0.53 0.23 334.67 0.85 0.42
Hex C4 10 5C 0 5C 35 17 14F 55 2A
Octal 304 20 134 0 134 65 27 517 125 52
Binary 11000100 10000 1011100 0 1011100 110101 10111 101001111 1010101 101010

Color Harmonies of #C4105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4105C

Black with #C4105C

Text Example


Text Example

White with #C4105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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