Html Css Color HEX #C56479 Cabaret

📋 copy color: '#C56479'

red 197 ◦ green 100 ◦ blue 121

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

Shades of Cabaret #C56479

Tints of Cabaret #C56479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.92%

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

R = 47.13%
G = 23.92%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C56479 (or 0xC56479) is known color: Cabaret. HEX triplet: C5, 64 and 79. RGB value is (197,100,121). Sum of RGB (Red+Green+Blue) = 197+100+121=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C56479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56479 is #3A9B86. Grayscale: #838383. Windows color (decimal): -3840903 or 7955653. OLE color: 7955653.

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

Color convert

RGB 197 100 121 -
CMYK 0 0.49 0.39 0.23
HSL 347.01º 0.46% 0.58% -
HSV(B) 347.01º 0.49% 0.77% -
XYZ 31.03 22.37 20.77 -
YUV 131.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 197 100 121 0 0.49 0.39 0.23 347.01 0.46 0.58
Hex C5 64 79 0 31 27 17 15B 2E 3A
Octal 305 144 171 0 61 47 27 533 56 72
Binary 11000101 1100100 1111001 0 110001 100111 10111 101011011 101110 111010

Color Harmonies of #C56479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56479

Black with #C56479

Text Example


Text Example

White with #C56479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56479; }

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

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

background-color css

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

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

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

border-color css

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

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

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