Html Css Color HEX #C45679 Cabaret

📋 copy color: '#C45679'

red 196 ◦ green 86 ◦ blue 121

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

Shades of Cabaret #C45679

Tints of Cabaret #C45679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

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

R = 48.64%
G = 21.34%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C45679 (or 0xC45679) is known color: Cabaret. HEX triplet: C4, 56 and 79. RGB value is (196,86,121). Sum of RGB (Red+Green+Blue) = 196+86+121=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C45679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45679 is #3BA986. Grayscale: #7A7A7A. Windows color (decimal): -3910023 or 7952068. OLE color: 7952068.

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

Color convert

RGB 196 86 121 -
CMYK 0 0.56 0.38 0.23
HSL 340.91º 0.48% 0.55% -
HSV(B) 340.91º 0.56% 0.77% -
XYZ 29.54 19.77 20.35 -
YUV 122.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 196 86 121 0 0.56 0.38 0.23 340.91 0.48 0.55
Hex C4 56 79 0 38 26 17 155 30 37
Octal 304 126 171 0 70 46 27 525 60 67
Binary 11000100 1010110 1111001 0 111000 100110 10111 101010101 110000 110111

Color Harmonies of #C45679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45679

Black with #C45679

Text Example


Text Example

White with #C45679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45679; }

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

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

background-color css

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

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

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

border-color css

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

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

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