Html Css Color HEX #C4536A Cabaret

📋 copy color: '#C4536A'

red 196 ◦ green 83 ◦ blue 106

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

Shades of Cabaret #C4536A

Tints of Cabaret #C4536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

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

R = 50.91%
G = 21.56%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4536A (or 0xC4536A) is known color: Cabaret. HEX triplet: C4, 53 and 6A. RGB value is (196,83,106). Sum of RGB (Red+Green+Blue) = 196+83+106=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4536A is #3BAC95. Grayscale: #777777. Windows color (decimal): -3910806 or 6968260. OLE color: 6968260.

HSL color Cylindrical-coordinate representation of color #C4536A: hue angle of 347.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4536A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 106 -
CMYK 0 0.58 0.46 0.23
HSL 347.79º 0.49% 0.55% -
HSV(B) 347.79º 0.58% 0.77% -
XYZ 28.46 18.96 15.8 -
YUV 119.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 196 83 106 0 0.58 0.46 0.23 347.79 0.49 0.55
Hex C4 53 6A 0 3A 2E 17 15C 31 37
Octal 304 123 152 0 72 56 27 534 61 67
Binary 11000100 1010011 1101010 0 111010 101110 10111 101011100 110001 110111

Color Harmonies of #C4536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4536A

Black with #C4536A

Text Example


Text Example

White with #C4536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4536A; }

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

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

background-color css

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

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

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

border-color css

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

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

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