Html Css Color HEX #C4496B Cabaret

📋 copy color: '#C4496B'

red 196 ◦ green 73 ◦ blue 107

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

Shades of Cabaret #C4496B

Tints of Cabaret #C4496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 52.13%
G = 19.41%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4496B (or 0xC4496B) is known color: Cabaret. HEX triplet: C4, 49 and 6B. RGB value is (196,73,107). Sum of RGB (Red+Green+Blue) = 196+73+107=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4496B is #3BB694. Grayscale: #717171. Windows color (decimal): -3913365 or 7031236. OLE color: 7031236.

HSL color Cylindrical-coordinate representation of color #C4496B: hue angle of 343.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4496B is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 107 -
CMYK 0 0.63 0.45 0.23
HSL 343.41º 0.51% 0.53% -
HSV(B) 343.41º 0.63% 0.77% -
XYZ 27.8 17.56 15.83 -
YUV 113.65 124.25 186.74 -
System Red Green Blue C M Y K H S L
Decimal 196 73 107 0 0.63 0.45 0.23 343.41 0.51 0.53
Hex C4 49 6B 0 3F 2D 17 157 33 35
Octal 304 111 153 0 77 55 27 527 63 65
Binary 11000100 1001001 1101011 0 111111 101101 10111 101010111 110011 110101

Color Harmonies of #C4496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4496B

Black with #C4496B

Text Example


Text Example

White with #C4496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4496B; }

 p { color: rgb(196,73,107); }

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

background-color css

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

 a { background-color: rgb(196,73,107); }

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

border-color css

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

 span { border-color: rgb(196,73,107); }

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