Html Css Color HEX #C4516D Cabaret

📋 copy color: '#C4516D'

red 196 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #C4516D

Tints of Cabaret #C4516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 50.78%
G = 20.98%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4516D (or 0xC4516D) is known color: Cabaret. HEX triplet: C4, 51 and 6D. RGB value is (196,81,109). Sum of RGB (Red+Green+Blue) = 196+81+109=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4516D is #3BAE92. Grayscale: #767676. Windows color (decimal): -3911315 or 7164356. OLE color: 7164356.

HSL color Cylindrical-coordinate representation of color #C4516D: hue angle of 345.39º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4516D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 81 109 -
CMYK 0 0.59 0.44 0.23
HSL 345.39º 0.49% 0.54% -
HSV(B) 345.39º 0.59% 0.77% -
XYZ 28.47 18.72 16.58 -
YUV 118.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 196 81 109 0 0.59 0.44 0.23 345.39 0.49 0.54
Hex C4 51 6D 0 3B 2C 17 159 31 36
Octal 304 121 155 0 73 54 27 531 61 66
Binary 11000100 1010001 1101101 0 111011 101100 10111 101011001 110001 110110

Color Harmonies of #C4516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4516D

Black with #C4516D

Text Example


Text Example

White with #C4516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4516D; }

 p { color: rgb(196,81,109); }

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

background-color css

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

 a { background-color: rgb(196,81,109); }

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

border-color css

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

 span { border-color: rgb(196,81,109); }

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