Html Css Color HEX #C4486F Cabaret

📋 copy color: '#C4486F'

red 196 ◦ green 72 ◦ blue 111

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

Shades of Cabaret #C4486F

Tints of Cabaret #C4486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 51.72%
G = 19%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4486F (or 0xC4486F) is known color: Cabaret. HEX triplet: C4, 48 and 6F. RGB value is (196,72,111). Sum of RGB (Red+Green+Blue) = 196+72+111=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4486F is #3BB790. Grayscale: #717171. Windows color (decimal): -3913617 or 7293124. OLE color: 7293124.

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

Color convert

RGB 196 72 111 -
CMYK 0 0.63 0.43 0.23
HSL 341.13º 0.51% 0.53% -
HSV(B) 341.13º 0.63% 0.77% -
XYZ 27.95 17.52 16.95 -
YUV 113.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 196 72 111 0 0.63 0.43 0.23 341.13 0.51 0.53
Hex C4 48 6F 0 3F 2B 17 155 33 35
Octal 304 110 157 0 77 53 27 525 63 65
Binary 11000100 1001000 1101111 0 111111 101011 10111 101010101 110011 110101

Color Harmonies of #C4486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4486F

Black with #C4486F

Text Example


Text Example

White with #C4486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4486F; }

 p { color: rgb(196,72,111); }

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

background-color css

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

 a { background-color: rgb(196,72,111); }

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

border-color css

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

 span { border-color: rgb(196,72,111); }

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