Html Css Color HEX #C56174 Cabaret

📋 copy color: '#C56174'

red 197 ◦ green 97 ◦ blue 116

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

Shades of Cabaret #C56174

Tints of Cabaret #C56174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.66%

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

R = 48.05%
G = 23.66%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C56174 (or 0xC56174) is known color: Cabaret. HEX triplet: C5, 61 and 74. RGB value is (197,97,116). Sum of RGB (Red+Green+Blue) = 197+97+116=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C56174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56174 is #3A9E8B. Grayscale: #818181. Windows color (decimal): -3841676 or 7627205. OLE color: 7627205.

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

Color convert

RGB 197 97 116 -
CMYK 0 0.51 0.41 0.23
HSL 348.6º 0.46% 0.58% -
HSV(B) 348.6º 0.51% 0.77% -
XYZ 30.45 21.68 19.1 -
YUV 129.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 197 97 116 0 0.51 0.41 0.23 348.6 0.46 0.58
Hex C5 61 74 0 33 29 17 15D 2E 3A
Octal 305 141 164 0 63 51 27 535 56 72
Binary 11000101 1100001 1110100 0 110011 101001 10111 101011101 101110 111010

Color Harmonies of #C56174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56174

Black with #C56174

Text Example


Text Example

White with #C56174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56174; }

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

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

background-color css

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

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

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

border-color css

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

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

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