Html Css Color HEX #C56271 Cabaret

📋 copy color: '#C56271'

red 197 ◦ green 98 ◦ blue 113

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

Shades of Cabaret #C56271

Tints of Cabaret #C56271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.02%

 BLUE value IS 113 (44.53% from 255) = 27.7%

R = 48.28%
G = 24.02%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C56271 (or 0xC56271) is known color: Cabaret. HEX triplet: C5, 62 and 71. RGB value is (197,98,113). Sum of RGB (Red+Green+Blue) = 197+98+113=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C56271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56271 is #3A9D8E. Grayscale: #818181. Windows color (decimal): -3841423 or 7430853. OLE color: 7430853.

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

Color convert

RGB 197 98 113 -
CMYK 0 0.50 0.43 0.23
HSL 350.91º 0.46% 0.58% -
HSV(B) 350.91º 0.5% 0.77% -
XYZ 30.37 21.8 18.23 -
YUV 129.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 197 98 113 0 0.50 0.43 0.23 350.91 0.46 0.58
Hex C5 62 71 0 32 2B 17 15F 2E 3A
Octal 305 142 161 0 62 53 27 537 56 72
Binary 11000101 1100010 1110001 0 110010 101011 10111 101011111 101110 111010

Color Harmonies of #C56271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56271

Black with #C56271

Text Example


Text Example

White with #C56271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56271; }

 p { color: rgb(197,98,113); }

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

background-color css

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

 a { background-color: rgb(197,98,113); }

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

border-color css

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

 span { border-color: rgb(197,98,113); }

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