Html Css Color HEX #C44D6F Cabaret

📋 copy color: '#C44D6F'

red 196 ◦ green 77 ◦ blue 111

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

Shades of Cabaret #C44D6F

Tints of Cabaret #C44D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

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

R = 51.04%
G = 20.05%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C44D6F (or 0xC44D6F) is known color: Cabaret. HEX triplet: C4, 4D and 6F. RGB value is (196,77,111). Sum of RGB (Red+Green+Blue) = 196+77+111=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D6F is #3BB290. Grayscale: #747474. Windows color (decimal): -3912337 or 7294404. OLE color: 7294404.

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

Color convert

RGB 196 77 111 -
CMYK 0 0.61 0.43 0.23
HSL 342.86º 0.5% 0.54% -
HSV(B) 342.86º 0.61% 0.77% -
XYZ 28.29 18.19 17.06 -
YUV 116.46 124.92 184.74 -
System Red Green Blue C M Y K H S L
Decimal 196 77 111 0 0.61 0.43 0.23 342.86 0.5 0.54
Hex C4 4D 6F 0 3D 2B 17 157 32 36
Octal 304 115 157 0 75 53 27 527 62 66
Binary 11000100 1001101 1101111 0 111101 101011 10111 101010111 110010 110110

Color Harmonies of #C44D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D6F

Black with #C44D6F

Text Example


Text Example

White with #C44D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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