Html Css Color HEX #C4486A Cabaret

📋 copy color: '#C4486A'

red 196 ◦ green 72 ◦ blue 106

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

Shades of Cabaret #C4486A

Tints of Cabaret #C4486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.34%

R = 52.41%
G = 19.25%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4486A (or 0xC4486A) is known color: Cabaret. HEX triplet: C4, 48 and 6A. RGB value is (196,72,106). Sum of RGB (Red+Green+Blue) = 196+72+106=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4486A is #3BB795. Grayscale: #707070. Windows color (decimal): -3913622 or 6965444. OLE color: 6965444.

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

Color convert

RGB 196 72 106 -
CMYK 0 0.63 0.46 0.23
HSL 343.55º 0.51% 0.53% -
HSV(B) 343.55º 0.63% 0.77% -
XYZ 27.68 17.41 15.54 -
YUV 112.95 124.08 187.24 -
System Red Green Blue C M Y K H S L
Decimal 196 72 106 0 0.63 0.46 0.23 343.55 0.51 0.53
Hex C4 48 6A 0 3F 2E 17 158 33 35
Octal 304 110 152 0 77 56 27 530 63 65
Binary 11000100 1001000 1101010 0 111111 101110 10111 101011000 110011 110101

Color Harmonies of #C4486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4486A

Black with #C4486A

Text Example


Text Example

White with #C4486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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