Html Css Color HEX #C56374 Cabaret

📋 copy color: '#C56374'

red 197 ◦ green 99 ◦ blue 116

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

Shades of Cabaret #C56374

Tints of Cabaret #C56374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 47.82%
G = 24.03%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C56374 (or 0xC56374) is known color: Cabaret. HEX triplet: C5, 63 and 74. RGB value is (197,99,116). Sum of RGB (Red+Green+Blue) = 197+99+116=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56374 is #3A9C8B. Grayscale: #828282. Windows color (decimal): -3841164 or 7627717. OLE color: 7627717.

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

Color convert

RGB 197 99 116 -
CMYK 0 0.50 0.41 0.23
HSL 349.59º 0.46% 0.58% -
HSV(B) 349.59º 0.5% 0.77% -
XYZ 30.64 22.05 19.17 -
YUV 130.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 197 99 116 0 0.50 0.41 0.23 349.59 0.46 0.58
Hex C5 63 74 0 32 29 17 15E 2E 3A
Octal 305 143 164 0 62 51 27 536 56 72
Binary 11000101 1100011 1110100 0 110010 101001 10111 101011110 101110 111010

Color Harmonies of #C56374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56374

Black with #C56374

Text Example


Text Example

White with #C56374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56374; }

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

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

background-color css

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

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

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

border-color css

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

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

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