Html Css Color HEX #C45979 Cabaret

📋 copy color: '#C45979'

red 196 ◦ green 89 ◦ blue 121

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

Shades of Cabaret #C45979

Tints of Cabaret #C45979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

 BLUE value IS 121 (47.66% from 255) = 29.8%

R = 48.28%
G = 21.92%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C45979 (or 0xC45979) is known color: Cabaret. HEX triplet: C4, 59 and 79. RGB value is (196,89,121). Sum of RGB (Red+Green+Blue) = 196+89+121=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C45979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45979 is #3BA686. Grayscale: #7C7C7C. Windows color (decimal): -3909255 or 7952836. OLE color: 7952836.

HSL color Cylindrical-coordinate representation of color #C45979: hue angle of 342.06º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45979 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 89 121 -
CMYK 0 0.55 0.38 0.23
HSL 342.06º 0.48% 0.56% -
HSV(B) 342.06º 0.55% 0.77% -
XYZ 29.79 20.26 20.43 -
YUV 124.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 196 89 121 0 0.55 0.38 0.23 342.06 0.48 0.56
Hex C4 59 79 0 37 26 17 156 30 38
Octal 304 131 171 0 67 46 27 526 60 70
Binary 11000100 1011001 1111001 0 110111 100110 10111 101010110 110000 111000

Color Harmonies of #C45979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45979

Black with #C45979

Text Example


Text Example

White with #C45979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45979; }

 p { color: rgb(196,89,121); }

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

background-color css

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

 a { background-color: rgb(196,89,121); }

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

border-color css

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

 span { border-color: rgb(196,89,121); }

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