Html Css Color HEX #C56A73 Cabaret

📋 copy color: '#C56A73'

red 197 ◦ green 106 ◦ blue 115

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

Shades of Cabaret #C56A73

Tints of Cabaret #C56A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.36%

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 47.13%
G = 25.36%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C56A73 (or 0xC56A73) is known color: Cabaret. HEX triplet: C5, 6A and 73. RGB value is (197,106,115). Sum of RGB (Red+Green+Blue) = 197+106+115=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A73 is #3A958C. Grayscale: #868686. Windows color (decimal): -3839373 or 7563973. OLE color: 7563973.

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

Color convert

RGB 197 106 115 -
CMYK 0 0.46 0.42 0.23
HSL 354.07º 0.44% 0.59% -
HSV(B) 354.07º 0.46% 0.77% -
XYZ 31.27 23.42 19.09 -
YUV 134.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 197 106 115 0 0.46 0.42 0.23 354.07 0.44 0.59
Hex C5 6A 73 0 2E 2A 17 162 2C 3B
Octal 305 152 163 0 56 52 27 542 54 73
Binary 11000101 1101010 1110011 0 101110 101010 10111 101100010 101100 111011

Color Harmonies of #C56A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56A73

Black with #C56A73

Text Example


Text Example

White with #C56A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56A73; }

 p { color: rgb(197,106,115); }

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

background-color css

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

 a { background-color: rgb(197,106,115); }

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

border-color css

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

 span { border-color: rgb(197,106,115); }

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