Html Css Color HEX #C56473 Cabaret

📋 copy color: '#C56473'

red 197 ◦ green 100 ◦ blue 115

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

Shades of Cabaret #C56473

Tints of Cabaret #C56473

RGB

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

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

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

R = 47.82%
G = 24.27%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C56473 (or 0xC56473) is known color: Cabaret. HEX triplet: C5, 64 and 73. RGB value is (197,100,115). Sum of RGB (Red+Green+Blue) = 197+100+115=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56473 is #3A9B8C. Grayscale: #828282. Windows color (decimal): -3840909 or 7562437. OLE color: 7562437.

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

Color convert

RGB 197 100 115 -
CMYK 0 0.49 0.42 0.23
HSL 350.72º 0.46% 0.58% -
HSV(B) 350.72º 0.49% 0.77% -
XYZ 30.68 22.22 18.89 -
YUV 130.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 197 100 115 0 0.49 0.42 0.23 350.72 0.46 0.58
Hex C5 64 73 0 31 2A 17 15F 2E 3A
Octal 305 144 163 0 61 52 27 537 56 72
Binary 11000101 1100100 1110011 0 110001 101010 10111 101011111 101110 111010

Color Harmonies of #C56473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56473

Black with #C56473

Text Example


Text Example

White with #C56473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56473; }

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

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

background-color css

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

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

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

border-color css

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

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

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