Html Css Color HEX #C4556F Cabaret

📋 copy color: '#C4556F'

red 196 ◦ green 85 ◦ blue 111

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

Shades of Cabaret #C4556F

Tints of Cabaret #C4556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

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

R = 50%
G = 21.68%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4556F (or 0xC4556F) is known color: Cabaret. HEX triplet: C4, 55 and 6F. RGB value is (196,85,111). Sum of RGB (Red+Green+Blue) = 196+85+111=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4556F is #3BAA90. Grayscale: #797979. Windows color (decimal): -3910289 or 7296452. OLE color: 7296452.

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

Color convert

RGB 196 85 111 -
CMYK 0 0.57 0.43 0.23
HSL 345.95º 0.48% 0.55% -
HSV(B) 345.95º 0.57% 0.77% -
XYZ 28.88 19.38 17.26 -
YUV 121.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 196 85 111 0 0.57 0.43 0.23 345.95 0.48 0.55
Hex C4 55 6F 0 39 2B 17 15A 30 37
Octal 304 125 157 0 71 53 27 532 60 67
Binary 11000100 1010101 1101111 0 111001 101011 10111 101011010 110000 110111

Color Harmonies of #C4556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4556F

Black with #C4556F

Text Example


Text Example

White with #C4556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4556F; }

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

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

background-color css

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

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

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

border-color css

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

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

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