Html Css Color HEX #C44970 Cabaret

📋 copy color: '#C44970'

red 196 ◦ green 73 ◦ blue 112

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

Shades of Cabaret #C44970

Tints of Cabaret #C44970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.16%

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 51.44%
G = 19.16%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C44970 (or 0xC44970) is known color: Cabaret. HEX triplet: C4, 49 and 70. RGB value is (196,73,112). Sum of RGB (Red+Green+Blue) = 196+73+112=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C44970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44970 is #3BB68F. Grayscale: #727272. Windows color (decimal): -3913360 or 7358916. OLE color: 7358916.

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

Color convert

RGB 196 73 112 -
CMYK 0 0.63 0.43 0.23
HSL 340.98º 0.51% 0.53% -
HSV(B) 340.98º 0.63% 0.77% -
XYZ 28.07 17.67 17.26 -
YUV 114.22 126.75 186.33 -
System Red Green Blue C M Y K H S L
Decimal 196 73 112 0 0.63 0.43 0.23 340.98 0.51 0.53
Hex C4 49 70 0 3F 2B 17 155 33 35
Octal 304 111 160 0 77 53 27 525 63 65
Binary 11000100 1001001 1110000 0 111111 101011 10111 101010101 110011 110101

Color Harmonies of #C44970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44970

Black with #C44970

Text Example


Text Example

White with #C44970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44970; }

 p { color: rgb(196,73,112); }

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

background-color css

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

 a { background-color: rgb(196,73,112); }

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

border-color css

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

 span { border-color: rgb(196,73,112); }

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