Html Css Color HEX #C44C71 Cabaret

📋 copy color: '#C44C71'

red 196 ◦ green 76 ◦ blue 113

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

Shades of Cabaret #C44C71

Tints of Cabaret #C44C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.74%

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 50.91%
G = 19.74%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C44C71 (or 0xC44C71) is known color: Cabaret. HEX triplet: C4, 4C and 71. RGB value is (196,76,113). Sum of RGB (Red+Green+Blue) = 196+76+113=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C71 is #3BB38E. Grayscale: #747474. Windows color (decimal): -3912591 or 7425220. OLE color: 7425220.

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

Color convert

RGB 196 76 113 -
CMYK 0 0.61 0.42 0.23
HSL 341.5º 0.5% 0.53% -
HSV(B) 341.5º 0.61% 0.77% -
XYZ 28.33 18.1 17.62 -
YUV 116.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 196 76 113 0 0.61 0.42 0.23 341.5 0.5 0.53
Hex C4 4C 71 0 3D 2A 17 156 32 35
Octal 304 114 161 0 75 52 27 526 62 65
Binary 11000100 1001100 1110001 0 111101 101010 10111 101010110 110010 110101

Color Harmonies of #C44C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C71

Black with #C44C71

Text Example


Text Example

White with #C44C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C71; }

 p { color: rgb(196,76,113); }

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

background-color css

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

 a { background-color: rgb(196,76,113); }

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

border-color css

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

 span { border-color: rgb(196,76,113); }

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