Html Css Color HEX #C4486E Cabaret

📋 copy color: '#C4486E'

red 196 ◦ green 72 ◦ blue 110

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

Shades of Cabaret #C4486E

Tints of Cabaret #C4486E

RGB

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

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

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

R = 51.85%
G = 19.05%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4486E (or 0xC4486E) is known color: Cabaret. HEX triplet: C4, 48 and 6E. RGB value is (196,72,110). Sum of RGB (Red+Green+Blue) = 196+72+110=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4486E is #3BB791. Grayscale: #717171. Windows color (decimal): -3913618 or 7227588. OLE color: 7227588.

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

Color convert

RGB 196 72 110 -
CMYK 0 0.63 0.44 0.23
HSL 341.61º 0.51% 0.53% -
HSV(B) 341.61º 0.63% 0.77% -
XYZ 27.9 17.5 16.66 -
YUV 113.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 196 72 110 0 0.63 0.44 0.23 341.61 0.51 0.53
Hex C4 48 6E 0 3F 2C 17 156 33 35
Octal 304 110 156 0 77 54 27 526 63 65
Binary 11000100 1001000 1101110 0 111111 101100 10111 101010110 110011 110101

Color Harmonies of #C4486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4486E

Black with #C4486E

Text Example


Text Example

White with #C4486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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