Html Css Color HEX #C4536F Cabaret

📋 copy color: '#C4536F'

red 196 ◦ green 83 ◦ blue 111

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

Shades of Cabaret #C4536F

Tints of Cabaret #C4536F

RGB

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

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

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

R = 50.26%
G = 21.28%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4536F (or 0xC4536F) is known color: Cabaret. HEX triplet: C4, 53 and 6F. RGB value is (196,83,111). Sum of RGB (Red+Green+Blue) = 196+83+111=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4536F is #3BAC90. Grayscale: #777777. Windows color (decimal): -3910801 or 7295940. OLE color: 7295940.

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

Color convert

RGB 196 83 111 -
CMYK 0 0.58 0.43 0.23
HSL 345.13º 0.49% 0.55% -
HSV(B) 345.13º 0.58% 0.77% -
XYZ 28.73 19.07 17.21 -
YUV 119.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 196 83 111 0 0.58 0.43 0.23 345.13 0.49 0.55
Hex C4 53 6F 0 3A 2B 17 159 31 37
Octal 304 123 157 0 72 53 27 531 61 67
Binary 11000100 1010011 1101111 0 111010 101011 10111 101011001 110001 110111

Color Harmonies of #C4536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4536F

Black with #C4536F

Text Example


Text Example

White with #C4536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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