Html Css Color HEX #C44F75 Cabaret

📋 copy color: '#C44F75'

red 196 ◦ green 79 ◦ blue 117

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

Shades of Cabaret #C44F75

Tints of Cabaret #C44F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 50%
G = 20.15%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C44F75 (or 0xC44F75) is known color: Cabaret. HEX triplet: C4, 4F and 75. RGB value is (196,79,117). Sum of RGB (Red+Green+Blue) = 196+79+117=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F75 is #3BB08A. Grayscale: #767676. Windows color (decimal): -3911819 or 7688132. OLE color: 7688132.

HSL color Cylindrical-coordinate representation of color #C44F75: hue angle of 340.51º 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 #C44F75 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 79 117 -
CMYK 0 0.60 0.40 0.23
HSL 340.51º 0.5% 0.54% -
HSV(B) 340.51º 0.6% 0.77% -
XYZ 28.77 18.61 18.91 -
YUV 118.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 196 79 117 0 0.60 0.40 0.23 340.51 0.5 0.54
Hex C4 4F 75 0 3C 28 17 155 32 36
Octal 304 117 165 0 74 50 27 525 62 66
Binary 11000100 1001111 1110101 0 111100 101000 10111 101010101 110010 110110

Color Harmonies of #C44F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F75

Black with #C44F75

Text Example


Text Example

White with #C44F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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