Html Css Color HEX #C4516E Cabaret

📋 copy color: '#C4516E'

red 196 ◦ green 81 ◦ blue 110

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

Shades of Cabaret #C4516E

Tints of Cabaret #C4516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 50.65%
G = 20.93%
B = 28.42%

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

#C4516E (or 0xC4516E) is known color: Cabaret. HEX triplet: C4, 51 and 6E. RGB value is (196,81,110). Sum of RGB (Red+Green+Blue) = 196+81+110=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4516E is #3BAE91. Grayscale: #767676. Windows color (decimal): -3911314 or 7229892. OLE color: 7229892.

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

Color convert

RGB 196 81 110 -
CMYK 0 0.59 0.44 0.23
HSL 344.87º 0.49% 0.54% -
HSV(B) 344.87º 0.59% 0.77% -
XYZ 28.52 18.75 16.87 -
YUV 118.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 196 81 110 0 0.59 0.44 0.23 344.87 0.49 0.54
Hex C4 51 6E 0 3B 2C 17 159 31 36
Octal 304 121 156 0 73 54 27 531 61 66
Binary 11000100 1010001 1101110 0 111011 101100 10111 101011001 110001 110110

Color Harmonies of #C4516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4516E

Black with #C4516E

Text Example


Text Example

White with #C4516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4516E; }

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

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

background-color css

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

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

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

border-color css

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

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

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