Html Css Color HEX #C4536C Cabaret

📋 copy color: '#C4536C'

red 196 ◦ green 83 ◦ blue 108

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

Shades of Cabaret #C4536C

Tints of Cabaret #C4536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 50.65%
G = 21.45%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4536C (or 0xC4536C) is known color: Cabaret. HEX triplet: C4, 53 and 6C. RGB value is (196,83,108). Sum of RGB (Red+Green+Blue) = 196+83+108=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4536C is #3BAC93. Grayscale: #777777. Windows color (decimal): -3910804 or 7099332. OLE color: 7099332.

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

Color convert

RGB 196 83 108 -
CMYK 0 0.58 0.45 0.23
HSL 346.73º 0.49% 0.55% -
HSV(B) 346.73º 0.58% 0.77% -
XYZ 28.56 19 16.35 -
YUV 119.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 196 83 108 0 0.58 0.45 0.23 346.73 0.49 0.55
Hex C4 53 6C 0 3A 2D 17 15B 31 37
Octal 304 123 154 0 72 55 27 533 61 67
Binary 11000100 1010011 1101100 0 111010 101101 10111 101011011 110001 110111

Color Harmonies of #C4536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4536C

Black with #C4536C

Text Example


Text Example

White with #C4536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4536C; }

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

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

background-color css

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

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

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

border-color css

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

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

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