Html Css Color HEX #C4526F Cabaret

📋 copy color: '#C4526F'

red 196 ◦ green 82 ◦ blue 111

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

Shades of Cabaret #C4526F

Tints of Cabaret #C4526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

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

R = 50.39%
G = 21.08%
B = 28.53%

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

#C4526F (or 0xC4526F) is known color: Cabaret. HEX triplet: C4, 52 and 6F. RGB value is (196,82,111). Sum of RGB (Red+Green+Blue) = 196+82+111=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4526F is #3BAD90. Grayscale: #777777. Windows color (decimal): -3911057 or 7295684. OLE color: 7295684.

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

Color convert

RGB 196 82 111 -
CMYK 0 0.58 0.43 0.23
HSL 344.74º 0.49% 0.55% -
HSV(B) 344.74º 0.58% 0.77% -
XYZ 28.65 18.92 17.18 -
YUV 119.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 196 82 111 0 0.58 0.43 0.23 344.74 0.49 0.55
Hex C4 52 6F 0 3A 2B 17 159 31 37
Octal 304 122 157 0 72 53 27 531 61 67
Binary 11000100 1010010 1101111 0 111010 101011 10111 101011001 110001 110111

Color Harmonies of #C4526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4526F

Black with #C4526F

Text Example


Text Example

White with #C4526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4526F; }

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

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

background-color css

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

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

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

border-color css

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

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

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