Html Css Color HEX #C4165F Ruby

📋 copy color: '#C4165F'

red 196 ◦ green 22 ◦ blue 95

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

Shades of Ruby #C4165F

Tints of Ruby #C4165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 62.62%
G = 7.03%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4165F (or 0xC4165F) is known color: Ruby. HEX triplet: C4, 16 and 5F. RGB value is (196,22,95). Sum of RGB (Red+Green+Blue) = 196+22+95=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C4165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4165F is #3BE9A0. Grayscale: #525252. Windows color (decimal): -3926433 or 6231748. OLE color: 6231748.

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

Color convert

RGB 196 22 95 -
CMYK 0 0.89 0.52 0.23
HSL 334.83º 0.8% 0.43% -
HSV(B) 334.83º 0.89% 0.77% -
XYZ 25.12 13.14 12.04 -
YUV 82.35 135.15 209.06 -
System Red Green Blue C M Y K H S L
Decimal 196 22 95 0 0.89 0.52 0.23 334.83 0.8 0.43
Hex C4 16 5F 0 59 34 17 14F 50 2B
Octal 304 26 137 0 131 64 27 517 120 53
Binary 11000100 10110 1011111 0 1011001 110100 10111 101001111 1010000 101011

Color Harmonies of #C4165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4165F

Black with #C4165F

Text Example


Text Example

White with #C4165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4165F; }

 p { color: rgb(196,22,95); }

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

background-color css

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

 a { background-color: rgb(196,22,95); }

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

border-color css

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

 span { border-color: rgb(196,22,95); }

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