Html Css Color HEX #C44F70 Cabaret

📋 copy color: '#C44F70'

red 196 ◦ green 79 ◦ blue 112

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

Shades of Cabaret #C44F70

Tints of Cabaret #C44F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

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

R = 50.65%
G = 20.41%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C44F70 (or 0xC44F70) is known color: Cabaret. HEX triplet: C4, 4F and 70. RGB value is (196,79,112). Sum of RGB (Red+Green+Blue) = 196+79+112=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F70 is #3BB08F. Grayscale: #757575. Windows color (decimal): -3911824 or 7360452. OLE color: 7360452.

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

Color convert

RGB 196 79 112 -
CMYK 0 0.60 0.43 0.23
HSL 343.08º 0.5% 0.54% -
HSV(B) 343.08º 0.6% 0.77% -
XYZ 28.49 18.5 17.4 -
YUV 117.75 124.76 183.82 -
System Red Green Blue C M Y K H S L
Decimal 196 79 112 0 0.60 0.43 0.23 343.08 0.5 0.54
Hex C4 4F 70 0 3C 2B 17 157 32 36
Octal 304 117 160 0 74 53 27 527 62 66
Binary 11000100 1001111 1110000 0 111100 101011 10111 101010111 110010 110110

Color Harmonies of #C44F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F70

Black with #C44F70

Text Example


Text Example

White with #C44F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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