Html Css Color HEX #C56475 Cabaret

📋 copy color: '#C56475'

red 197 ◦ green 100 ◦ blue 117

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

Shades of Cabaret #C56475

Tints of Cabaret #C56475

RGB

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

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

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

R = 47.58%
G = 24.15%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C56475 (or 0xC56475) is known color: Cabaret. HEX triplet: C5, 64 and 75. RGB value is (197,100,117). Sum of RGB (Red+Green+Blue) = 197+100+117=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C56475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56475 is #3A9B8A. Grayscale: #828282. Windows color (decimal): -3840907 or 7693509. OLE color: 7693509.

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

Color convert

RGB 197 100 117 -
CMYK 0 0.49 0.41 0.23
HSL 349.48º 0.46% 0.58% -
HSV(B) 349.48º 0.49% 0.77% -
XYZ 30.79 22.27 19.5 -
YUV 130.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 197 100 117 0 0.49 0.41 0.23 349.48 0.46 0.58
Hex C5 64 75 0 31 29 17 15D 2E 3A
Octal 305 144 165 0 61 51 27 535 56 72
Binary 11000101 1100100 1110101 0 110001 101001 10111 101011101 101110 111010

Color Harmonies of #C56475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56475

Black with #C56475

Text Example


Text Example

White with #C56475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56475; }

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

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

background-color css

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

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

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

border-color css

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

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

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