Html Css Color HEX #C56079 Cabaret

📋 copy color: '#C56079'

red 197 ◦ green 96 ◦ blue 121

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

Shades of Cabaret #C56079

Tints of Cabaret #C56079

RGB

 RED value IS 197 (77.34% from 255) = 47.58%

 GREEN value IS 96 (37.89% from 255) = 23.19%

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

R = 47.58%
G = 23.19%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C56079 (or 0xC56079) is known color: Cabaret. HEX triplet: C5, 60 and 79. RGB value is (197,96,121). Sum of RGB (Red+Green+Blue) = 197+96+121=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C56079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56079 is #3A9F86. Grayscale: #818181. Windows color (decimal): -3841927 or 7954629. OLE color: 7954629.

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

Color convert

RGB 197 96 121 -
CMYK 0 0.51 0.39 0.23
HSL 345.15º 0.47% 0.57% -
HSV(B) 345.15º 0.51% 0.77% -
XYZ 30.66 21.62 20.65 -
YUV 129.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 197 96 121 0 0.51 0.39 0.23 345.15 0.47 0.57
Hex C5 60 79 0 33 27 17 159 2F 39
Octal 305 140 171 0 63 47 27 531 57 71
Binary 11000101 1100000 1111001 0 110011 100111 10111 101011001 101111 111001

Color Harmonies of #C56079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56079

Black with #C56079

Text Example


Text Example

White with #C56079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56079; }

 p { color: rgb(197,96,121); }

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

background-color css

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

 a { background-color: rgb(197,96,121); }

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

border-color css

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

 span { border-color: rgb(197,96,121); }

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