Html Css Color HEX #C56576 Cabaret

📋 copy color: '#C56576'

red 197 ◦ green 101 ◦ blue 118

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

Shades of Cabaret #C56576

Tints of Cabaret #C56576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.28%

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 47.36%
G = 24.28%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C56576 (or 0xC56576) is known color: Cabaret. HEX triplet: C5, 65 and 76. RGB value is (197,101,118). Sum of RGB (Red+Green+Blue) = 197+101+118=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C56576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56576 is #3A9A89. Grayscale: #838383. Windows color (decimal): -3840650 or 7759301. OLE color: 7759301.

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

Color convert

RGB 197 101 118 -
CMYK 0 0.49 0.40 0.23
HSL 349.38º 0.45% 0.58% -
HSV(B) 349.38º 0.49% 0.77% -
XYZ 30.95 22.49 19.85 -
YUV 131.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 197 101 118 0 0.49 0.40 0.23 349.38 0.45 0.58
Hex C5 65 76 0 31 28 17 15D 2D 3A
Octal 305 145 166 0 61 50 27 535 55 72
Binary 11000101 1100101 1110110 0 110001 101000 10111 101011101 101101 111010

Color Harmonies of #C56576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56576

Black with #C56576

Text Example


Text Example

White with #C56576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56576; }

 p { color: rgb(197,101,118); }

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

background-color css

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

 a { background-color: rgb(197,101,118); }

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

border-color css

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

 span { border-color: rgb(197,101,118); }

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