Html Css Color HEX #C56472 Cabaret

📋 copy color: '#C56472'

red 197 ◦ green 100 ◦ blue 114

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

Shades of Cabaret #C56472

Tints of Cabaret #C56472

RGB

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

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

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

R = 47.93%
G = 24.33%
B = 27.74%

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

#C56472 (or 0xC56472) is known color: Cabaret. HEX triplet: C5, 64 and 72. RGB value is (197,100,114). Sum of RGB (Red+Green+Blue) = 197+100+114=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C56472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56472 is #3A9B8D. Grayscale: #828282. Windows color (decimal): -3840910 or 7496901. OLE color: 7496901.

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

Color convert

RGB 197 100 114 -
CMYK 0 0.49 0.42 0.23
HSL 351.34º 0.46% 0.58% -
HSV(B) 351.34º 0.49% 0.77% -
XYZ 30.62 22.2 18.59 -
YUV 130.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 197 100 114 0 0.49 0.42 0.23 351.34 0.46 0.58
Hex C5 64 72 0 31 2A 17 15F 2E 3A
Octal 305 144 162 0 61 52 27 537 56 72
Binary 11000101 1100100 1110010 0 110001 101010 10111 101011111 101110 111010

Color Harmonies of #C56472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56472

Black with #C56472

Text Example


Text Example

White with #C56472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56472; }

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

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

background-color css

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

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

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

border-color css

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

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

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