Html Css Color HEX #C56372 Cabaret

📋 copy color: '#C56372'

red 197 ◦ green 99 ◦ blue 114

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

Shades of Cabaret #C56372

Tints of Cabaret #C56372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.15%

 BLUE value IS 114 (44.92% from 255) = 27.8%

R = 48.05%
G = 24.15%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C56372 (or 0xC56372) is known color: Cabaret. HEX triplet: C5, 63 and 72. RGB value is (197,99,114). Sum of RGB (Red+Green+Blue) = 197+99+114=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C56372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56372 is #3A9C8D. Grayscale: #828282. Windows color (decimal): -3841166 or 7496645. OLE color: 7496645.

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

Color convert

RGB 197 99 114 -
CMYK 0 0.50 0.42 0.23
HSL 350.82º 0.46% 0.58% -
HSV(B) 350.82º 0.5% 0.77% -
XYZ 30.53 22.01 18.56 -
YUV 130.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 197 99 114 0 0.50 0.42 0.23 350.82 0.46 0.58
Hex C5 63 72 0 32 2A 17 15F 2E 3A
Octal 305 143 162 0 62 52 27 537 56 72
Binary 11000101 1100011 1110010 0 110010 101010 10111 101011111 101110 111010

Color Harmonies of #C56372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56372

Black with #C56372

Text Example


Text Example

White with #C56372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56372; }

 p { color: rgb(197,99,114); }

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

background-color css

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

 a { background-color: rgb(197,99,114); }

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

border-color css

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

 span { border-color: rgb(197,99,114); }

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